body {
    background: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.container {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: fit-content;
    min-height: 100vh;
    justify-content: center;
    text-align: left;
    width: 100%;
}

.container a {
    font-size: 13px;
}

.content {
    margin: auto;
    max-width: 800px;
    min-width: 300px;
    padding: 25px 50px;
}

@media (max-width: 580px) {
    .content {
        max-width: 100vw;
        padding: 25px 10px;
    }
}

.logo {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

.logo img {
    cursor: pointer;
    height: 50px;
    width: 50px;
}
