body {
    background-color: black;
    color: white;
    user-select: none;

    font-family: "Inter", sans-serif;
}

.soul {
    color: rgb(27, 27, 27);
    margin-top: 40px;
}

.err {
    color: red;
    display: inline;
    user-select: none;
}

img {
    margin-top: 64px;
    user-select: none;
}

.blog {
    margin-top: 50px;

    text-align: left;
    padding: 120px 90px;

    border-radius: 32px;
    width: 48%;
    
    color: white;
    background-color: rgb(31, 31, 31) ;
    background: linear-gradient(rgb(40, 40, 40), rgb(31, 31, 31));
}

.available {
    background-color: rgb(199, 199, 199);
    padding: 16px 48px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 600;

    transition: border 0.2s, background-color 0.2s, color 0.2s;
}

.button_text {
    color: black;
    text-decoration: none;
}

.available:hover {
    background-color: rgb(255, 255, 255);
    transition: border 0.2s, background-color 0.2s, color 0.2s;
}

.download_block {
    text-align: left;

}

.versions {
    margin-top: px;
    padding: 20px 32px;
}

.copyright {
    color: gray;
    padding:340px 0px 0px;
    font-size: 12px;
}