main {
  align-items: center;
}

header {
  margin-top: 25px;
  display: flex;
  max-width: 80%;
  justify-content: center;
}
header img {
  width: 80%;
  height: auto;
}

section.page {
  background: #ece1ce;
  border: 6px #957b73 solid;
  padding: 40px 30px;
  margin: 40px;
  max-width: 700px;
}
section.lines {
  background: url(../images/lined.png), url(../images/vlined.png) repeat-y;
  line-height: 30px;
  padding-left: 60px;
  padding-bottom: 15px;
}
div.line {
  height: 100%;
  width: 4px;
  position: absolute;
  margin-left: 40px;
  background: #dec1b3;
}

h2, p {
  margin: 0;
}