.bold {
    font-weight: 700;
}
.bolder {
    font-weight: 900;
}
.noMargin {
    margin: 0 !important;
}
.uppercase { 
    text-transform: uppercase; 
}
main {
    margin-top: 2rem;
}
.data-container {
    margin-top: 3rem;
}
.data-container h1 {
    font-size: 4rem;
}
.data-container h1.counts {
    font-size: 16rem;
    line-height: 16rem;
}
.fontRed {
    color: #e80000;
}