body {
  background: #000 url("stripe.png") repeat-y left;
  color: #fff;
  padding-left: 24px;
  font-family: "Concrete", "New Century Schoolbook", serif;
  font-size: 20px;
}

a { text-decoration: none; }
a, a:link { color: #0f0; }
a:visited { color: #0f0; }
a:hover { text-decoration: underline; }
a:active { color: #e0a; }

h1 {
  font-weight: normal;
  font-size: 50px;
  text-align: center;
  max-width: 840px;
  color: #e0a;
}

.navbox {
  font-size: 17px;
  margin-bottom: 25px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  color: #0f0;
}

.navlink-part {
  flex-grow: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.navlink-this {
  flex-grow: 0;
  color: #e0a;
  font-size: 160%;
}

.navlink-show {
  flex-grow: 0;
}

.navlink-misc {
  flex-grow: 1;
  width: 0;
  visibility: hidden;
}

@media (min-width: 1024px) {
  .navlink-misc {
    flex-grow: 0;
    width: auto;
    visibility: visible;
  }
}

.prev-chapter {
  font-size: 17px;
  text-align: left;
}

.part-marker {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #e0a;
}

h2 {
  font-weight: normal;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #0f0;
}

p {
  max-width: 840px;
}

.next-chapter {
  font-size: 17px;
  max-width: 840px;
  text-align: right;
}

.copyright {
  font-size: 17px;
  margin-top: 25px;
}

@font-face {
  font-family: 'Concrete';
  src: url('SFORM10.woff2') format('woff2'),
    url('SFORM10.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Concrete';
  src: url('SFOTI10.woff2') format('woff2'),
    url('SFOTI10.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
