.personal-loading{color:#ff0;text-align:center;background:#191970;place-items:center;gap:14px;min-height:100vh;padding:20px;font-family:sans-serif;font-size:14px;display:grid}.personal-loading-spinner{border:4px solid #4b4bc2;border-top-color:#ff0;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite personal-loading-spin}@keyframes personal-loading-spin{to{transform:rotate(360deg)}}
