html, body {
    color: #fff;
    background-color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    height: 100%;
    margin: 0;
}

.full-height {
    height: 100vh;
}
.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.position-ref {
    position: relative;
}
.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}
.content {
    text-align: center;
    background-color: #fff;
}
.title {
    font-size: 84px;
}
