@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:4s infinite float}.animation-delay-2{animation-delay:2s}.animation-delay-4{animation-delay:4s}.animation-delay-6{animation-delay:6s}.animation-delay-8{animation-delay:8s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:.5s ease-in-out fadeIn}
