html,
body {
    height: 100%;
    background-color: black;
    color: white;
    font-size: 24px;
    font-family: 'Dosis', sans-serif;
}

.container {
    height: 100%;
}

.container a {
    color: white;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.row {
    width: 100%;
}

.logo img {
    max-width: 100%;
}

h2 {
    color: #4bb4b4;
}

td {
    padding-right: 20px;
}

@media (max-width: 575.98px) { 
    html, body {
        font-size: 18px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) { 
    html, body {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    html, body {
        font-size: 22px;
    }
}
