@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(30px)}to{transform:translateY(0)}}.float{animation:floating 5s infinite}
