body {
    background-color: #3E4A63;
    margin: auto;
}

.error {
    color: aqua;
    text-align: center;
    user-select: none;
    font-size: 27;
    margin-top: -7;
}

.error_back {
    color: #8098CC;
    text-align: center;
    user-select: none;
}

.error_link {
    color: #A0BEFF;
}

.title {
    color: aqua;
    text-align: center;
    user-select: none;
    font-size: 37;
    margin-top: -43;
}

.icon {
    width: 42px;
    height: 42px;
    user-select: none;
}

.download-text {
    color: #8098CC;
    text-align: center;
    font-size: 20;
    user-select: none;
}

.download-link {
    color: #A0BEFF;
}

.tip-text {
    color: #8098CC;
    text-align: center;
    font-size: 20;
    user-select: none;
    margin-top: -18;
}

.releases-text {
    color: #8098CC;
    text-align: center;
    font-size: 20;
    user-select: none;
    margin-top: 67;
}

.releases-link {
    color: #A0BEFF;
}

.notes-text {
    color: #8098CC;
    text-align: center;
    font-size: 20;
    user-select: none;
    margin-top: -14;
}

.notes-link {
    color: #A0BEFF;
}

.back-text {
    color: #A0BEFF;
    text-align: center;
    user-select: none;
}

.back-link {
    color: #A0BEFF;
}

.title-ver-1 {
    color: #8098CC;
    font-size: 30;
    user-select: none;
    margin-top: -6;
}

.ver-1_1 {
    color: #8098CC;
    font-size: 20;
    user-select: none;
    margin-top: -10;
}

.ver-1_2 {
    color: #8098CC;
    font-size: 20;
    user-select: none;
    margin-top: -4;
}

.map {
    color: #8098CC;
    text-align: center;
    font-size: 28;
    user-select: none;
}

.map-download {
    color: #A0BEFF;
}

.video {
    color: #8098CC;
    text-align: center;
    font-size: 28;
    user-select: none;
    margin-top: -22;
}

.video-download {
    color: #A0BEFF;
}

.releases-text2 {
    color: #8098CC;
    text-align: center;
    font-size: 20;
    user-select: none;
    margin-top: -15;
}

.logout_container {
    position: absolute;
    top: 10px;
    right: 4px;
}

.logout_link {
    user-select: none;
}

.logout_button {
    background-color: #2B3345;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
    border-radius: 5px;
    user-select: none;
    width: 125px;
    height: 40px;
    margin-top: -8;
    transition: 0.5s;
    font-size: 15;
}

.logout_button:hover {
    background-color: #202633;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
    border-radius: 5px;
    user-select: none;;
    width: 125px;
    height: 40px;
    margin-top: -8;
    transition: 0.5s;
    font-size: 15;
}