body .bg-easter-animated {
    background-repeat: repeat-x !important;
    background-position: top -10px center !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='90' viewBox='0 0 600 90'%3E%3Cstyle%3E ellipse %7B opacity: 0; %7D ellipse:nth-child(1) %7B transform-origin: 42px 0px; animation: tumble 1800ms infinite ease-out; animation-delay: 88ms; fill: %23ffb3c1; %7D ellipse:nth-child(2) %7B transform-origin: 84px 0px; animation: tumble 2200ms infinite ease-out; animation-delay: 131ms; fill: %23fff176; %7D ellipse:nth-child(3) %7B transform-origin: 126px 0px; animation: tumble 2400ms infinite ease-out; animation-delay: 92ms; fill: %23b3e5fc; %7D ellipse:nth-child(4) %7B transform-origin: 168px 0px; animation: tumble 2600ms infinite ease-out; animation-delay: 17ms; fill: %23c8e6c9; %7D ellipse:nth-child(5) %7B transform-origin: 210px 0px; animation: tumble 2300ms infinite ease-out; animation-delay: 122ms; fill: %23e1bee7; %7D ellipse:nth-child(6) %7B transform-origin: 252px 0px; animation: tumble 2100ms infinite ease-out; animation-delay: 271ms; fill: %23ffccbc; %7D ellipse:nth-child(7) %7B transform-origin: 294px 0px; animation: tumble 2500ms infinite ease-out; animation-delay: 131ms; fill: %23fff176; %7D ellipse:nth-child(8) %7B transform-origin: 336px 0px; animation: tumble 2700ms infinite ease-out; animation-delay: 85ms; fill: %23ffb3c1; %7D ellipse:nth-child(9) %7B transform-origin: 378px 0px; animation: tumble 2000ms infinite ease-out; animation-delay: 128ms; fill: %23b3e5fc; %7D ellipse:nth-child(10) %7B transform-origin: 420px 0px; animation: tumble 2800ms infinite ease-out; animation-delay: 311ms; fill: %23c8e6c9; %7D ellipse:nth-child(11) %7B transform-origin: 462px 0px; animation: tumble 2400ms infinite ease-out; animation-delay: 108ms; fill: %23e1bee7; %7D ellipse:nth-child(12) %7B transform-origin: 504px 0px; animation: tumble 2100ms infinite ease-out; animation-delay: 105ms; fill: %23ffccbc; %7D ellipse:nth-child(13) %7B transform-origin: 546px 0px; animation: tumble 2300ms infinite ease-out; animation-delay: 149ms; fill: %23fff176; %7D @keyframes tumble %7B from %7B opacity: 0; transform: rotate(-20deg); %7D 20% %7B opacity: 1; %7D to %7B transform: translateY(90px) rotate(20deg); %7D %7D %3C/style%3E%3Cellipse cx='42' cy='-10' rx='4' ry='6'/%3E%3Cellipse cx='84' cy='-10' rx='5' ry='7'/%3E%3Cellipse cx='126' cy='-13' rx='3' ry='5'/%3E%3Cellipse cx='168' cy='-13' rx='6' ry='8'/%3E%3Cellipse cx='210' cy='-10' rx='5' ry='7'/%3E%3Cellipse cx='252' cy='-13' rx='4' ry='6'/%3E%3Cellipse cx='294' cy='-10' rx='6' ry='8'/%3E%3Cellipse cx='336' cy='-13' rx='5' ry='7'/%3E%3Cellipse cx='378' cy='-13' rx='4' ry='6'/%3E%3Cellipse cx='420' cy='-10' rx='3' ry='5'/%3E%3Cellipse cx='462' cy='-10' rx='5' ry='7'/%3E%3Cellipse cx='504' cy='-13' rx='4' ry='6'/%3E%3Cellipse cx='546' cy='-10' rx='6' ry='8'/%3E%3C/svg%3E") !important;
}