        #cookieConsent {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: var(--bs-gray-dark);
            color: #fff;
            text-align: center;
            padding: 1.5rem;
            z-index: 1000;
            border-top: solid var(--bs-primary) 3px;
        }
        #cookieConsent a {
            color: var(--bs-secondary);
        }

        #cookieConsent button {
            background-color: var(--bs-primary);
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
        }

        #cookieConsent button:hover {
        
            background-color: var(--bs-secondary);
        }