body {
    background-color: #111220;
    color: #fff;
    font-family: helvetica;
    margin: 0;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0a0a12;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
}

ul.topnav li {
    float: left;
}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
    background-color: #621887;
    border-radius: 10px;
}

ul.topnav li a.active {
    background-color: #ff38a9;
    border-radius: 10px;
}

ul.topnav li a.active:hover {
    background-color: #BF19B7;
}

ul.topnav li.right {
    float: right;
}


#morexspin {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#tst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#chabox {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #621887;
    margin: 5px;
    width: 13.5vw;
    height: 13.5vw;
    border-radius: 10px;
    padding: 0;
}

#chabox a:hover:not(.disabled) {
    background-color: #ff38a9;
    border-radius: 10px;
}

#chabox a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    
    width:100%;
    height:100%;
    font-size: 32px;
}

.tsxt {
    margin-left: 20px;
    margin-right: 20px;
    background-color: black;
    border-radius: 10px;
    border-bottom: black 10px solid;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 60vw;
}


@media screen and (max-width: 672px) {

    ul.topnav li.right,
    ul.topnav li {
        float: none;
    }

    ul.topnav {
        position: relative;
    }

    .tsxt {
        width: 90vw;
    }
    #chabox {
        width: 22vw;
        height: 22vw;
    }
    #chabox a {
        font-size: 22px;
    }
}

@media screen and (max-width: 1000px) {
    .tsxt {
        width: 90vw;
    }
    #chabox {
        width: 22vw;
        height: 22vw;
    }
}

.cialo {
    display: flex;
    justify-content: center;
}

.disabled {
    background-color: #3b3141;
    border-radius: 10px;
    user-select: none; 
}

.disabled a:hover {
    background-color: #3b3141;
}