.merriweather-a {
                 font-family: "Merriweather", serif;
                 font-optical-sizing: auto;
                 font-weight: 300;
                 font-style: normal;
                 font-variation-settings:
                         "wdth" 100;
               }


body {
  font-family: 'Merriweather', serif;
  background: #fff;
  color: #222;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 768px;
  margin: 0 auto;
  padding: 2rem;
}
header {
  text-align: center;
}
header h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.subtitle {
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #888;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
nav a {
  color: #444;
  text-decoration: none;
}
main {
  padding-top: 2rem;
}
main h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 2rem;
}
section {
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5rem;
}
section h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
ul li {
  margin-bottom: 0.5rem;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
