*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.loader{width:20px;height:20px;border:3px solid;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
