How can I change the announcement bar color and make text bold?

@TheUnavailable

Please add the following code at the bottom of your css file.

.utility-bar {
    background: red !important;
}
.announcement-bar__message {    
    font-weight: bold;
}