#cookie-banner {
        background-color: #f8d7da;
        color: #721c24;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

