
.article-container {
max-width: 800px;
margin: 0 auto;
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
}
.featured-image {
width: 100%;
max-height: 400px;
object-fit: cover;
margin: 20px 0;
border-radius: 8px;
}
h1 {
font-size: 32px;
color: #1a1a1a;
margin: 30px 0;
line-height: 1.2;
...