.rotate{transform:rotate(20deg);transform-origin:center center;animation-name:rotate;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;transition:.2s}.e1{animation-delay:.25s}.e2{animation-delay:.5s}.e3{animation-delay:.75s}.e4{animation-delay:1s}.icon{animation-name:fadeIn;animation-duration:.2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
