body {
    background: #1e1e1e;
    font-family: "roboto", sans-serif;
}

a {
    color: cornflowerblue;
    text-decoration: none;
}

.download_button_section button:hover {
    background-color: #2e2e2e;
}

.header {
    display: flex;
    align-items: baseline;
    gap: 30px; 
    color: #e0e0e0;
    font-size: 28px;
    margin-left: 20px;
}

.version {
    font-size: 16px;
    opacity: 0.6;
}

.contacts_container h4 {
    margin: 0 0 12px 0;
    font-size: 22px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 6px;
}

.header p {
    font-size: 16px;
}

.download_button_section {
    padding-bottom: 20px;
    width: 50%;
    margin-left: 20px;
}

.download_button_section img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.download_button_section button {
    margin-right: 10px;
}

.download_button {
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 20px;
    background-color: whitesmoke;
    color: black;
    border-style: none;
    cursor:  pointer;
}

.download_button a{
    color: black;
}

.all_downloads_button {
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 20px;
    background-color: rgb(0, 86, 167);
    color: black;
    border-style: none;
}

.github_button {
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 20px;
    background-color: rgb(89, 0, 172);
    color: black;
    border-style: none;
    cursor:  pointer;
}

.github_button a {
    color: black;
}

.description {
    color: #c0c0c0;
    font-size: 20px;
    margin-left: 1%;
    padding: 5px;
    border-radius: 10px;
    background-color: #2e2e2e;
    width: 50%;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.5;
    flex: 2;
}

.description h2 {
    font-size: 30px;
    padding: 10px;
    margin: 0px
}

.description p {
    padding: 10px;
    margin: 0px;
}

.description ul {
    margin: 0px;
}

.description img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.downloads {
    color: #c0c0c0;
    font-size: 20px;
    padding: 5px;
    border-radius: 10px;
    background-color: #2e2e2e;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.5;
    margin-left: 5%;
    width: 30%;
    height: 50%;
    margin-right: 1%;
}

.container {
    display: flex;
    gap: 40px;
}

.donate_container {
    background-color: #2e2e2e;
    border-radius: 12px;
    margin-left: 5%;
    width: 250px;
    line-height: 1.5;
    font-size: 14px;
    padding: 15px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}

.Kofi_donate_button {
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 20px;
    background-color: #72A5F2;
    color: black;
    border-style: none;
    cursor:  pointer;
}

.Kofi_donate_button img {
    width: 90px;
}

.contacts_container {
    background-color: #2e2e2e;
    border-radius: 12px;
    margin-left: 5%;
    width: 250px;
    line-height: 1.5;
    font-size: 14px;
    padding: 15px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}

.setup {
    color: #c0c0c0;
    font-size: 20px;
    margin-left: 5%;
    padding: 5px;
    border-radius: 10px;
    background-color: #2e2e2e;
    width: 80%;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.5;
    border-style: dashed;
}

.setup h2 {
    font-size: 30px;
    padding: 10px;
    margin: 0px
}

.setup p {
    padding: 10px;
    margin: 0px;
}

.header-right {
    margin-left: 42%;
    display: flex;
    gap: 20px;
}

.windows_container {
    color: #c0c0c0;
    font-size: 20px;
    margin-left: 5%;
    padding: 5px;
    border-radius: 10px;
    background-color: #2e2e2e;
    width: 80%;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.5;
}

.right_column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.right_column img {
    width: 45px;
    height: 45px;
    margin-right: 5px;
    float: left;
}

.windows_container button {
    padding: 10px 20px;
    float: right;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 15px;
    background-color: whitesmoke;
    color: black;
    border-style: none;
    cursor:  pointer;
    
}

.linux_container {
    color: #c0c0c0;
    font-size: 20px;
    margin-left: 5%;
    padding: 5px;
    border-radius: 10px;
    background-color: #2e2e2e;
    width: 80%;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.5;
}

.linux_container button {
    padding: 10px 20px;
    float: right;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 15px;
    background-color: whitesmoke;
    color: black;
    border-style: none;
    cursor:  pointer;
}