body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}

h1,
h2,
h3 {
    color: #2c3e50;
}

h1 {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.section {
    margin-bottom: 25px;
}

.date {
    font-style: italic;
    color: #666;
    margin-bottom: 30px;
}

a {
    color: #3cbcb4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
