.loader{width:64px;height:64px;border-radius:50%;display:inline-block;border-top:3px solid #00ff1e;border-right:3px solid rgba(0,0,0,0);box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}