@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}@keyframes pastelBackground{0%{background-color:#fff5f7}33%{background-color:#f0fdf4}66%{background-color:#fef3c7}to{background-color:#fff5f7}}.pastel-bg-animation{animation:pastelBackground 15s ease-in-out infinite}
