body {
  margin: 64px 0 0;
  overflow-y: scroll;
  background: #3e3838;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

h1 {
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  color: white;
  background-color: #db7354;
}
header a {
  padding: 0 8px;
  font-size: 42px;
  font-weight: bold;
  text-decoration: none;
  color: white
}
header a:hover {
  color: #db7354;
  background-color: white;
}
header p {
  margin: 0;
  padding: 0 3px;
  font-size: 42px;
  font-weight: bold;
  text-decoration: none;
  color: white
}

p {
  margin: 8px 0;
}



.chapter-select {
  display: flex;
  flex-direction: column;
  padding: 8px 32px;
}
.chapter-select a {
  margin: 4px 0;
  text-decoration: underline;
  color: blue;
}



/*main content*/
.content {
  margin: 16px auto;
  /*width: calc(100% - 32px);*/
  /*max-width: 1000px;*/
  width: calc(66ch + 32px);
  font-size: 20px;
  background-color: #f2dfda;
}
.content h1 {
  font-style: italic;
}

.content-body {
  padding: 8px 32px;
}
.content-body br {
  margin: 0 0 8px;
}
.content-body hr {
  margin: 20px 16px 16px;
  color: #7b6863;
}



/*header*/
.content-header {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  background-color: #7b6863;
}
.content-header a {
  margin: 8px;
  padding: 4px 8px;
  line-height: 28px;
  text-decoration: none;
  color: white;
  background-color: #db7354;
}
.content-header a:hover {
  color: #db7354;
  background-color: white;
}
.content-header h1 {
  margin: 8px;
  font-size: 32px;
}