body{background-color:#d3d3d3;width:100vw;height:100vh;font-family:Helvetica,sans-serif}main{justify-content:center;align-items:flex-start;display:flex}.card{text-align:center;word-wrap:break-word;background-color:#fff;border:1px solid #0000002d;border-radius:.375rem;width:30rem;margin:30vh 1rem 0;padding:1rem;position:relative;box-shadow:0 48px 100px #110c2e26}.card h1{margin-bottom:2rem;font-size:1.4rem;font-weight:700}.card>*>:not(:last-child){margin-bottom:1.2rem}#dot-progress-bar{text-align:left;width:3ch;display:inline-block;position:absolute}#dot-progress-bar:after{content:"";animation:1s step-end infinite dotty;display:inline-block}@keyframes dotty{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}#redirecting-section a{color:#06c}#error-section{display:none}#error-section h1{color:#dc3545}.btn-retry{cursor:pointer;color:#fff;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:#198754;border:1px solid #198754;border-radius:.375rem;padding:.75rem .375rem;font-size:1rem;font-weight:400;line-height:1.5;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}.btn-retry:hover{background-color:#157347;border-color:#146c43}.btn-retry:active{background-color:#146c43;border-color:#13653f}.btn-retry:focus{background-color:#157347;border-color:#146c43;outline:0;box-shadow:0 0 0 .25rem #3c996e80}