html,
body {
    background-color: #001f44;
    color: #e5e5e5;
    font-family: 'Squada One', 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: 3vw;
}

.secondary-message {
    font-size: 20px;
    color: #aaa;
    margin-bottom: 5px;
}

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

.logo {
    /*height: 40%;*/
    width: 50%;
    border: 0;
}