.rotate{animation:rotate .3s infinite;transition:all ease-out}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
