#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    display: none;
    z-index: 10000;
}

    #cookieConsent button {
        background-color: #28a745;
        color: #fff;
        border: none;
        padding: 10px 20px;
        margin-left: 10px;
        cursor: pointer;
        border-radius: 10px;
    }
