.content{width:100%;min-height:calc(100vh - 25rem)}.content-inner{width:var(--content-main-width-ratio);height:100%;max-width:var(--content-main-width);flex-direction:column;margin:auto;display:flex}.loader{justify-content:center;align-items:center;height:100vh;margin-block:-8rem -6rem;display:flex}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(45deg)}}.loader img{height:15rem;animation:.3s infinite loader}.not-found{justify-content:center;align-items:center;gap:2vw;display:flex}.not-found span{color:#88888840;-webkit-user-select:none;user-select:none;font-size:min(30rem,30vw);font-weight:200}.not-found img{-webkit-user-drag:none;width:min(24rem,24vw);height:min(24rem,24vw);animation:5s linear infinite nf}@keyframes nf{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
