.loader{animation-name:loader;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes loader{0%{rotate:0}to{rotate:1turn}}