body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: auto;
    padding: 20px;
    color: #222;
}

header {
    text-align: center;
    margin-bottom: 30px;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #0366d6;
}

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

h1 {
    margin-bottom: 5px;
}

section {
    margin-bottom: 30px;
}

footer {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9em;
    color: gray;
}

.post {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #fafafa;
}

.post h3 {
    margin-bottom: 5px;
}

.post .meta {
    font-size: 0.9em;
    color: gray;
    margin-top: 0;
    margin-bottom: 10px;
}

.post a {
    text-decoration: none;
    color: #0366d6;
}

.post a:hover {
    text-decoration: underline;
}

.post:hover {
    background-color: #f5f5f5;
    transition: 0.2s ease;
}
