body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

header {
    background: linear-gradient(to right, #2f6f4e, #4caf7d);
    color: white;
    padding: 60px 0;
    text-align: center;
}

header h1 {
    margin-bottom: 10px;
    font-size: 2.5em;
}

.tagline {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.button {
    display: inline-block;
    background: white;
    color: #2f6f4e;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

section {
    padding: 50px 0;
}

.about, .grant {
    background: #f4f6f5;
}

.benefits ul {
    list-style: none;
    padding: 0;
}

.benefits li {
    background: #e3efe9;
    margin: 10px 0;
    padding: 15px;
    border-left: 5px solid #4caf7d;
}

.contact a {
    color: #2f6f4e;
    text-decoration: none;
}

footer {
    background: #2f6f4e;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.logo {
    max-width: 180px;
    margin-bottom: 20px;
}
