
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

header {
    background: #2e4d3e;
    color: white;
    text-align: center;
    padding: 60px 20px;
}

.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #ffffff;
    color: #2e4d3e;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

section {
    padding: 40px 20px;
    max-width: 800px;
    margin: auto;
    background: white;
    margin-top: 20px;
    border-radius: 8px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

form input, form textarea, form button {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
}

form button {
    background: #2e4d3e;
    color: white;
    cursor: pointer;
}

footer {
    text-align: center;
    padding: 20px;
    color: white;
    background: #2e4d3e;
    margin-top: 40px;
}
