.color-primary {
    color: #c9224f;
}

.background-primary {
    background-color: #c9224f!important;
}

.background-primary:hover {
    background-color: #a51c41!important;
}

.text-primary {
    color: #4d4d4d;
}

.text-primary:hover {
    color: #c9224f;
}

.colorwhite {
    color: white;
}
