#cookieConsent {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #f1f1f1;
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#cookieConsent button {
    margin-left: 10px;
}