.bg-red {
    background-color: #cd0d0a;
}

.bg-red-dark {
    background-color: #b90c09;
}

.font {
    font-family: 'Nunito Sans', sans-serif;
}

.font-red {
    color: #cd0d0a;
}

.text-vw {
    font-size: 4vw;
}