#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    z-index: 1000;
}

#cookie-banner a {
    color: #7fb1c3;
    text-decoration: none;
}

#cookie-banner button {
    background-color: #457F94;
    color: white;
    border: none;
    padding: 5px 20px;
    cursor: pointer;
}

