body {
  font-family: 'IBM Plex Sans', sans-serif;
  margin: 2rem auto;
  max-width: 700px;
  padding: 0 1rem;
  line-height: 1.6;
  color: #111;
  background-color: #fef9f0;

}

h1 {
  font-family: 'EB Garamond', serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #222;
}

h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  text-decoration: underline;
}

p {
  margin-bottom: 1.2rem;
}

strong {
  color: #111;
}

a {
  color: #FF6C0C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
