#cookie-consent, #cookie-consent a {
    color: black;
 }
 #cookie-consent {
    background-color: orange;    
    bottom: 0px;
    line-height: 1.8em;
     border-top: 4px solid red;
    border-bottom: 4px solid red;
    padding: 10px;
 }
 #cookie-consent a:hover {
     background-color: red;
 }