.extraanimated{background:#f5f5f5;border-radius:20px;display:inline-block;box-shadow:inset 4px -40px 60px 5px #1a75ce}.ebounce-in{animation:10s infinite ebounce-in}@keyframes ebounce-in{0%{opacity:0;transform:scale(.3)}30%{opacity:1;transform:scale(1.05)}70%{transform:scale(1)}to{transform:scale(.9)}}@keyframes rainbow{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}.animate-rainbow{animation:6s linear infinite rainbow}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.animate-blink{animation:1s step-end infinite blink}
