div#cookieConsentContainer {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 4000;
    padding-left: 25%;
    padding-right: 25%;
}

div#cookieConsentContainer a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

div#cookieConsentContainer a:hover {
    color: #ddd;
}

div#cookieConsentContainer button {
    background-color: #027abb;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

div#cookieConsentContainer button:hover {
    background-color: #0056b3;
}