.cta_button {
    background: black;
}
    .cta_button:hover {
        color: white;
        background: black !important;
    }

.site_color {
    color: black;
}

.site_bg {
    background: black;
}