html,
body {
    background-color: #fff;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 200;
    height: 100vh;
    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: 15px;
    top: 25px;
}

.top-left {
    position: absolute;
    left: 15px;
    top: 10px;
}

.content {
    text-align: center;
}

.title {
    font-size: 60px;
}

.links > a {
    color: #fff;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #3399cc;
    padding: 0.6rem;
    border-radius: 5px;
    box-shadow: 5px 5px rgb(39, 39, 39);
}
.links > a:hover {
    background-color: #296e91;
    color: #131cce;
    text-decoration: underline;
}

.m-b-md {
    margin-bottom: 30px;
}
