body {
    background-color: black;
    color: white;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}
.container {
    max-width: 600px;
}
.buttons {
    margin-top: 20px;
}
.buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
    background: white;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 10px;
    font-weight: 400;
}
a {
    color: white;
    font-weight: 400;
}
a:hover {
    color: #5f5f5f;
}