body {
    background: #252527;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 97vh;
}

.logo {
    margin-bottom: 2em;
}

.content {
    font-family: sans-serif;
    color: #aeaeae;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1.5em;
    text-align: center;
}

.content a {
    color: #FFF;
    text-decoration: none;
}

.masthead__subscript {
    font-size: 70px;
    margin-left: 3px;
    color: #6c6c6f;
}

