.spinner{border:1rem solid #f3f3f3;border-top:1rem solid #0071E1;border-radius:50%;width:7.5rem;height:7.5rem;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-container{display:flex;height:100vh;width:100%;justify-content:center;align-items:center}a{text-decoration:none;color:#283343}*{margin:0;padding:0;box-sizing:border-box}:root{font-size:16px;font-family:Inter,sans-serif}body{min-height:100vh;min-width:100%;background-color:#fff}
