
#cookie-banner {
    display: none;
    background-color: #e4e4e4;
    color: #464646;
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    
}

#cookie-banner button {
    background-color: #b70032;
    color: white;
    border: 1px solid #b70032;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

#cookie-banner button:hover {
    background-color: white;
    color: #b70032;
}

#accept-cookies {
    margin-right: 10px;
}
