body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background: #f8fafc;
  color: #222;
  line-height: 1.6;
}
.hero {
  background: linear-gradient(90deg,#0a2540,#0a89b8);
  color: white;
  text-align: center;
  padding: 2rem 1rem;
}
.container {
  max-width: 800px;
  margin: auto;
  padding: 1.5rem;
}
.post img.featured {
  width: 100%;
  border-radius: 10px;
  margin: 1.5rem 0;
}
a {
  color: #0070f3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
footer {
  text-align: center;
  padding: 2rem;
  background: #0a2540;
  color: white;
}
