body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.container {
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

h1 {
    color: #589600;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

h2 { 
    color: #555; 
    margin-top: 30px; 
}

p, li { 
    color: #666; 
}

.footer {
    margin-top: 50px;
    font-size: 0.9em;
    text-align: center;
    color: #999;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.contact-box {
    background: #f0f7ff;
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #589600;
}

a {
    color: #589600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
