/* Style for Cookie Consent Banner */
.cookie-consent-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000;
}

.cookie-consent-container p {
    margin: 10px 0;
}

#acceptCookieConsent {
    background-color: #04AA6D;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

#acceptCookieConsent:hover {
    background-color: #037d56;
}


body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

.container {
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    color: #333;
    margin-bottom: 10px;
}

p {
    font-size: 18px;
    margin-bottom: 15px;
}

/* Responsive design */
@media screen and (max-width: 768px) {
    .container {
        width: 95%;
    }

    h1, h2 {
        font-size: 1.2em;
    }

    p {
        font-size: 16px;
    }
}
