@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotate-svg{transform-origin:50%;animation:1s linear infinite rotate}
