.white {
    color: rgb(250, 250, 250);
}

.black {
    color: rgb(20, 20, 20);
}

.bg-white {
    background-color: rgb(250, 250, 250);
}

.bg-white:hover {
    background-color: rgb(245, 245, 245);
}

.bg-black {
    background-color: rgb(20, 20, 20);
}

.bg-black:hover {
    background-color: rgb(5, 5, 5);
}

.bg-green {
    background-color: #029344;
}

.bg-green:hover {
    background-color: #004b22;
}
