body{
 font-family: Arial;
 max-width:900px;
 margin:auto;
 background:#fafafa;
 color:#222;
}

h1{
 color:#b22222;
}

.card{
 background:white;
 padding:20px;
 margin:20px 0;
 border-radius:8px;
 box-shadow:0 0 5px rgba(0,0,0,.1);
}

a{
 color:#b22222;
 text-decoration:none;
 font-weight:bold;
}

/* cover articles */
.article-cover {
  margin: 25px 0;
  text-align: center;
}

.article-cover img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.article-cover figcaption {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  font-style: italic;
}
