body {
  width: 90%;
  max-width: 16cm;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, serif;
}

#title-block {
    margin-bottom: 4rem;
}

.title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 2rem;
}

#title {
  font-size: 5rem;
}

#subtitle {
  font-size: 1.2rem;
}

#author {
  font-size: 1.2rem;
}

#TOC {
  border: thin solid black;
  padding: 1rem;
  margin-bottom: 3rem;
}

#TOC-title {
  text-align: center;
  font-weight: normal;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.TOC-outer {
  list-style: none;
  padding-left: 0;
}

.TOC-inner {
  list-style: none;
  /*padding-left: 0;
  text-align: center;*/
}

#TOC li {
  line-height: 1.5rem;
}

.part-title {
  text-align: center;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-top: 3rem;
}

h1 {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-weight:normal;
}

p {
  /*text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;*/
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

sup {
  line-height: 0;
  font-size: 0.8rem;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

blockquote {
    margin-right: 0;
}