* {
    user-select: none;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(79, 232, 227, 1);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#21d4fd, #b721ff);
    border-radius: 100px;
}

body {
    background: linear-gradient(90deg, rgba(2, 96, 115, 1) 0%, rgba(44, 79, 143, 1) 50%, rgba(79, 232, 227, 1) 100%);
    margin: 0;
}

.text-404 {
    text-align: center;
    color: #ffffff;
    margin-top: 1px;
}

.h2_back-404 {
    text-align: center;
}

.a_back-404 {
    color: #9a9a9a;
    text-decoration: none;
}

.main-options {
    text-align: center;
}

.release-text {
    color: #2a2a2a;
}

.li-1 {
    margin-top: -13px;
    color: #ffffff;
}

.li-2 {
    color: #ffffff;
}

.title-underline {
    margin-top: -16px;
}

.credits-text {
    margin-top: -15px;
    font-size: 20px;

}
