body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}
.container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
h1 {
    font-size: 2.5rem;
    color: #222;
    text-align: center;
}
.bio {
    font-size: 1.2rem;
    color: #555;
    margin: 1rem 0;
    text-align: center;
}
.post {
    margin-top: 2rem;
}
.post-title {
    font-size: 1.8rem;
    color: #111;
    margin-bottom: 0.5rem;
}
.post-info {
    margin-top: -0.9rem;
    opacity: 0.8;
}
.post-date {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 1rem;
}
.post-author {
    font-size: 0.9rem;
    color: #18a683;
    font-weight: bold;
}
.post-content {
    font-size: 1rem;
    color: #333;
    margin-top: 1rem;
}