@keyframes infinite-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.infinite-rotate{animation:15s linear infinite infinite-rotate}
