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