.loader{animation:rotation 1s linear infinite;box-sizing:border-box;border:2px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;height:20px;width:20px}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
