.spinner{aspect-ratio:1;border:.5rem solid #e0e0e0;border-top-color:#3498db;border-radius:50%;height:100%;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
