.bg-red {
    background-color: #8a0303 !important;
    color: #fff !important;
}
.bg-darkgrey {
    background-color: #3d3d3d !important;
    color: #fff !important;
}
.bg-darkviolet {
    background-color: #55009b !important;
    color: #fff !important;
}
.bg-someotherred {
    background-color: #f95372 !important;
    color: #fff !important;
}
.bg-panicred {
    background-color: #ff0f0f !important;
    color: #fff !important;
}
.bg-purple {
    background-color: #9b30ff !important;
    color: #fff !important;
}

