.loader{justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.loader__spinner{border:4px solid #0000001a;border-left-color:var(--gray-500);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
