.loader{width:50px;aspect-ratio:1;border-radius:50%;border:8px solid lightblue;border-right-color:orange;animation:l2 1s linear infinite}@keyframes l2{to{transform:rotate(1turn)}}