@keyframes rotate_infinite{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotate_infinite{animation:10s linear infinite rotate_infinite}
