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