@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

body {
  font-family: 'Playfair Display', serif;
  max-width: 700px;
  margin: 40px auto;
  padding: 0 20px;
  color: #222;
  line-height: 1.6;
  background: #fefefe;
}
.header-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}
h1, h2 {
  color: #004d99;
  margin-bottom: 0.2em;
}
h2 {
  border-bottom: 2px solid #004d99;
  padding-bottom: 0.2em;
}
p {
  margin-top: 0;
  margin-bottom: 1.2em;
}
a {
  color: #004d99;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.container {
  padding-bottom: 40px;
}
.contact {
  margin-top: 20px;
}
.footer {
  font-size: 0.85em;
  color: #666;
  text-align: center;
  padding: 40px 0 20px;
}
  