body {
    background-color: black;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    color: white;
}

header {
    margin-top: 36vh;
    text-align: center;
}

header h1 {
    font-size: 3.5rem;
    font-weight: 450;
    margin-bottom: 0.1rem;
}

header h2 {
    font-size: 2.5rem;
    font-weight: 100;
    margin-top: 0.1rem;
    margin-bottom: 0;
    letter-spacing: 0.25rem;
    text-align-last: justify;
    margin-left: auto;
    margin-right: auto;
}

#sub-header {
    text-align: center;
    font-size: 2.8rem;
    margin: 4.5rem 0 4.5rem 0;
    letter-spacing: 0.27rem;
}

footer {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 250;
    line-height: 1.8rem;
}

a {
    text-decoration: none;
    font-style: normal;
    color: inherit;
}

@media (max-width: 800px) {
    html {
        font-size: 2vw;
    }
}
