.rotate{animation-duration:10s;animation-iteration-count:infinite;animation-name:rotate;animation-timing-function:linear}@keyframes rotate{0%{transform:rotate(-1turn)}to{transform:rotate(1turn)}}
