﻿
body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    color: #000000;
}

.container {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 0;
}

h1 {
    color: #6bbf59;
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
    padding-top: 0px;
}

h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
}

ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

    ul li {
        margin-bottom: 8px;
    }

.header-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 10px;
}

    .header-images img {
        height: 80px;
        max-width: 40%;
        object-fit: contain;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 0;
        padding-bottom: 0;
        display: block;
    }
.footer-note {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    color: #777;
}