.page-spinner{flex:1;justify-content:center;align-items:center;width:100%;min-height:12rem;display:flex}.page-spinner__ring{border:3px solid #08080c1f;border-top-color:#08080c;border-radius:50%;width:2.25rem;height:2.25rem;animation:.7s linear infinite page-spinner-spin}@keyframes page-spinner-spin{to{transform:rotate(360deg)}}
