body {
  margin: 0;
  padding: 0;
  background: #F7F4EC;
  color: #1B1300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

h1 {
  font-size: 28px;
  font-weight: 800;
  color: #B8791A;
  margin-bottom: 4px;
}

h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 8px;
}

.updated {
  color: #6B6456;
  font-size: 14px;
  margin-bottom: 32px;
}

a {
  color: #B8791A;
}

.home-link {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 14px;
  text-decoration: none;
}

footer {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid #E4DFCF;
  color: #6B6456;
  font-size: 13px;
  font-style: italic;
}

ul {
  padding-left: 20px;
}
