@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotate-animation{animation:rotate 45s linear infinite}