@keyframes rotate{0%{transform:rotate(0deg) scale(10)}to{transform:rotate(-1turn) scale(10)}}.rotate{animation:rotate 20s linear infinite}