.spinner{border:4px solid #ffffff1a;border-left-color:var(--primary);border-radius:50%;width:40px;height:40px;margin:10px auto;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
