html,
body {
    background-color: #222831;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.position-ref {
    position: relative;
}

.message {
    font-size: 26px;
}

.secondary-message {
    font-size: 18px;
    color: #393e46;
    margin-bottom: 10px;
}

.whois {
    font-size: 12px;
}

.whois a {
    color: #a3f7bf;
    text-decoration: none;
}

.whois a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top: -25px;
    margin-left: 25px;
    align-self: flex-end;
    font-size: 10pt;
    color: #393e46;
}