
body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #f0f8f0;
    color: #333333;
    margin: 0 auto;
    padding: 20px;
    max-width: 800px; 
}


h1, h2, h3 {
    color: #2e8b57;
    border-bottom: 1px solid #c8e6c9;
    padding-bottom: 5px;
}


section {
    background-color: #ffffff; 
    margin-bottom: 25px;       
    padding: 20px;        
    border-left: 6px solid #2e8b57;
    border-radius: 8px;       
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); 
}


header {
    text-align: center;
    margin-bottom: 30px;
}


img {
    width: 200px;              
    border-radius: 50%;        
    border: 4px solid #2e8b57; 
    margin-top: 10px;
}


a {
    color: #008000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #005000; 
}


footer {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9em;
    color: #666666;
}