html,
body {
    background-color: #FAFAFF;
    color: #1c1c1c;
    font-family: 'Cabin', sans-serif;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: -5rem;
}

.position-ref {
    position: relative;
}

.message {
    font-size: 5rem;
}

.message .alt {
    color: #C20114;
}

.secondary-message {
    font-size: 1.1rem;
    /*color: #FFB100; */
}