body {
  background-color: var(--background-brown-12);
}

h1 {
  text-align: center;
  margin-top: 96px;
}

section {
  padding: 48px;
}

a {
  text-decoration: none;
  color: var(--header-beige);
}

a:hover {
  text-decoration: underline;
}
