body {
  background: #f8f5ee;
  color: #1f1a17;
}

.page-content,
.wrapper {
  max-width: 900px;
}

.declaration-wrap {
  max-width: 760px;
  margin: 3rem auto;
  padding: 2rem 3rem;
  background: #fcfaf5;
  border: 1px solid #d8d1c2;
}

.title-block {
  text-align: center;
  margin-bottom: 2rem;
}

.document-kicker {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.title-block h1 {
  font-size: 2rem;
  text-transform: uppercase;
}

.document-version {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.rule {
  border-top: 1px solid #b9ae99;
  margin: 2rem 0;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 1.5rem 0;
}

p {
  line-height: 1.8;
  text-align: justify;
}

.lead {
  text-align: center;
  font-size: 1.2rem;
}

.closing-block {
  text-align: center;
  margin-top: 2rem;
}
