html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    height: 100vh;
    margin: 5px;
    text-transform: uppercase;
    text-align: center;
}

.full-height {
    height: 100vh;
}

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

.position-ref {
    position: relative;
}

#alert-msg, #info {
    font-size: 24px;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.text-error {
    max-width: 600px;
}

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

strong.info-dates {
    font-size: 36px;
    color: #100491;
    margin: 5px;
}

.content {
    text-align: center;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase !important;
}

img {
    padding: 15px;
}
