body {
    background-color: #000;
    color: #fff;
}
dl {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #000;
    text-align: center;
    padding: 1em;
}

dl.empty {height: 93%;}

dl img {
    width: 60px;
    margin: 0.5em 0.35em;
}

dl img:nth-child(2) {
    width: 20px;
}

dd {
    font-size: 14px;
}

dd.categories {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 30px;
}

h2 {
    text-align: center;
    padding: 1em 0;
}

/* Tabs*/
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Graduate', cursive;
    font-size: 50px;
}
#tabs{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

/* COVID-19 Info*/
.covid19-class {
    color: #ffffff;
    background-color: #880000;
    font-size: 20px;
    font-weight: bold; 
    text-align: center;
    padding: 70px 0;
}
