#cookie-compliance-banner {
    font-family: sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
    z-index: 1000;
}

#cookie-compliance-banner a {
    color: #0073aa;
    text-decoration: none;
}