#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none;
}
#cookie-banner button {
    background-color: #E05306;
    border: none;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}
