body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 7vh;
    margin: 0;
    padding: 20px;
}

.container {
    text-align: justify;
    max-width: 1000px;
    margin: auto;
}

.buttons {
    margin-top: 40px;
    text-align: center;
}

.buttons a {
    display: inline-block;
    background: white;
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    margin: 10px;
    font-size: 4vh;
    border-radius: 10px;
}
