/* style.css */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f4f4f4;
}

header {
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

header h1 {
    font-size: 2.2rem;
    color: #3498db;
}

header p {
    color: #7f8c8d;
    font-size: 1.1rem;
}

article {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

article h2 {
    color: #2980b9;
    margin-bottom: 0.5rem;
}

time {
    color: #95a5a6;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

footer {
    text-align: center;
    margin-top: 3rem;
    color: #95a5a6;
    font-size: 0.9rem;
}

footer a {
    color: #3498db;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
