.btn-cv-red {
    color: white;
    background-color: red;
}

.btn-cv-red:hover {
    background-color: red;
    color: white;
}

