@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float-animation{animation:floatUpDown 3s ease-in-out infinite}