body {
    margin: 0;
    padding: 0;

    font-family: Arial, sans-serif;

    text-align: center;

    color: white;
    background-color: black;
}

.logo {
    margin-top: 1rem;
    max-height: 300px;
}

.links {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 800px;
}

.link {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 50px;
    font-size: 2rem;
    font-weight: bold;
    color: #ff2c2c;
    text-shadow: 0 0 8px #ff000078;
    border: 2px solid white;
    text-decoration: none;
}
