* {
    padding: 0;
    margin: 0;
    user-select: none;
}

body {
    background-color: black;
}

.t0, .t1, .t2, .t3, .t4, .t5, .t6, .t7, input {
    font-family: "Roboto", serif;
}

.t0 {
    background: linear-gradient(to right, #DB0000, #FD2B3B);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 400%;
    font-weight: 300;
}

.t1, .t4, .t5, .t6, .t7{
    color: white !important;
}

.t1, .t2 {
    font-size: 200%;
}

.t1 {
    font-weight: 200;
}

.t2 {
    color: rgb(131, 131, 131);
    font-weight: 50;
}

.t3 {
    font-size: 1200%;
    font-weight: 500;
    text-align: center;
    padding-top: 30%;
    color: white;
}

.t4 {
    font-size: 130%;
    font-weight: 600;
    text-align: center;
    margin-top: -10%;
}

.t5 {
    font-size: 220%;
    font-weight: 300;
    padding-left: 13%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.t6 {
    font-size: 170%;
    font-weight: 200;
    margin-left: 13.5%;
    padding-left: 1%;
    margin-top: -1%;
    margin-bottom: 1.5%;
    text-align: justify;
    border-left: 2px solid white;
    border-radius: 10px;
}

.t7 {
    font-size: 230%;
    font-weight: 400;
    padding-left: 13%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.fix1{
    white-space: wrap !important;
    max-width: 70%;
    text-align: justify !important;

}

input {
    font-size: 230%;
    font-weight: 200;
    margin-left: 13%;
    margin-top: -1%;
    margin-bottom: 2.5%;
    background-color: black;
    color: white;
    border-radius: 5px;
    border: 1px solid #DB0000;
    padding: 0.1%;
}

.e0, .e00 {
    place-items: center;
    text-align: center;
    padding-bottom: 1%;
}

.e0 {
    padding-top: 15%;
}

.e00 {
    padding-top: 2%;
}

.e1 h1, .e1 a {
    display: inline;
    text-decoration: none !important;
}

.e2 {
    padding-bottom: 5%;
}

@media (max-width: 768px) {
    body{
        overflow-x: hidden;
    }
    .sidebar {
        width: 100%;
        position: relative;
    }
    .t1, .t2{
        font-size: 120%;
        justify-content: center;
    }
    .t0{
        font-size: 300%;
    }
    .t5{
        font-size: 120%;

    }
    .t6{
        font-size: 92%;
        text-align: left;
        white-space: nowrap;
        max-width: 90%;    /*  или другое значение */
        overflow-x: auto;
        overflow-y: hidden;
        display: block;
        margin-bottom: 5%;

    }
    .fix1{
        font-size: 92%;
        white-space: wrap !important;
        max-width: 80%;
        text-align: justify !important;

    }
    .t7{
        padding-top: 10%;
        font-size: 100%;
        text-align:  center;
        padding-left: 0;
    }
    input{
        text-align:  center;
        font-size: 100%;
        margin-bottom: 5%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #000000;
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #DB0000, #FD2B3B, #DB0000);
    border-radius: 20px;
    border: 3px solid;
}

.l0{
    text-decoration: underline dotted;
    color: white;
}