body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 20px auto;
    padding: 0 15px;
    background-color: #f9f9f9;
}
h1 {
    font-size: 2.2em;
    color: #222;
    margin-bottom: 10px;
}
h2 {
    font-size: 1.8em;
    color: #555;
    margin-bottom: 20px;
}
h3 {
    font-size: 1.4em;
    color: #444;
    margin-top: 30px;
    margin-bottom: 15px;
}
h4 {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 5px;
}
p {
    margin-bottom: 10px;
}
blockquote {
    border-left: 3px solid #ccc;
    padding-left: 15px;
    margin: 20px 0;
    font-style: italic;
    color: #777;
}
.meta-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.meta-item div {
    margin-bottom: 5px;
}
.meta-item .title {
    font-weight: bold;
    color: #555;
}
.meta-item .value {
    color: #333;
}
a {
    color: #007bff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.image-container {
    text-align: center;
    margin-bottom: 20px;
}
.image-container img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;
}