@keyframes float{0%,to{transform:translateY(4px)}50%{transform:translateY(calc(50% - 8px))}}.animate-float{animation:.6s ease-in-out infinite float}
