.white-text {
    color: white!important;
}

.black-text {
    color: black !important;
}

.orange {
    background-color: #F16824;
    color: black;
}

    .orange:hover {
        background-color: #F16824;
        color: black;
    }
