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