#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 15px;
    display: none;
    text-align: center;
}
