body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #1d1d1d;
    color: white;
    padding: 20px;
}

button {
    background-color: #478cbf;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 18px;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

button:hover {
    background-color: #356d96;
}

/* Align buttons at the bottom */
#buttons {
display: flex;
justify-content: center;
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}

#DownloadGodot1 {
margin-right: 10px;
}

/* Video links style */
#videoLinks {
margin-top: 20px;
font-size: 18px;
color: white;
}

#videoLinks a {
color: #478cbf;
text-decoration: none;
font-size: 20px;
}

#videoLinks a:hover {
text-decoration: underline;
color: #356d96;
}
