@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotate-icon{animation:rotate 2s infinite linear}
