.alert-success {
    background-color: #ffffff !important;
    border-color: #8c1d40 !important;
}
.highlight-gold {
   background: #ffc627;
   box-shadow: -.15em 0 0 #ffc627, .15em 0 0 #ffc627;
   color: #191919;
}
a {
    color: #8c1d40;
    text-decoration: underline;
}