html, body {
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    padding-bottom: 10%;
}

.container {
    margin-bottom: 5%;
    margin-top: 5%;
}

.full-height {
    height: 100%;
}

.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;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #fff;
    padding: 5px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 15px;
}

.links > a:hover {
    background: rgba(121, 85, 72, 0.7); 
    color: rgba(255, 152, 0, 0.7);
    border: 1px solid rgba(255, 152, 0, 0.7);
}

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

th {
    vertical-align: middle;
    text-align: center
}
td {
    vertical-align: middle;
    text-align: center   
}
thead {
    vertical-align: middle;
    text-align: center;
    color: white 
}

#visits {
    border: 1px solid #e9ecef;
    color: #7a7e82;
    display: none;
}