.tos-splashtext {
    margin: 0;
    position: absolute;
    top: 1%;
    left: 50%;
    -ms-transform: translate(-50%, -1%);
    transform: translate(-50%, -1%);
    font-size: 8vh;
    text-align: center;
    line-height: normal;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    @supports (background-clip: text) or (-webkit-background-clip: text) {
        background-image: url("data:image/svg+xml,%3Csvg width='2250' height='900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%230070ff' d='M0 0h2255v899H0z'/%3E%3Ccircle cx='366' cy='207' r='366' fill='%23008cff'/%3E%3Ccircle cx='1777.5' cy='318.5' r='477.5' fill='%230070ff'/%3E%3Ccircle cx='1215' cy='737' r='366' fill='%230051ff'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 75% auto;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
}

.tos-splash-desc {
    color: aliceblue;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2vh;
    margin: 0;
    position: absolute;
    top: 10.25%;
    left: 50%;
    -ms-transform: translate(-50%, -10.25%);
    transform: translate(-50%, -10.25%);
    overflow: hidden;
    white-space: nowrap;
}

.tos {
    background-color: #090a0f;
    max-width: 50vw;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2vh;
    font-weight: 600;
    color: aliceblue;
    padding: 1vw 1vh;
    border-radius: 1vh;
    margin: auto;
    margin-top: 15vh;
}

.tos-body {
    background: radial-gradient(ellipse at center, #1b2735 0%, #090a0f 100%);
    height: 100vh;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ohide {
    overflow:hidden;
}