.title.toc-ignore {
  font-size: 400%;
}

.author {
  font-size: 200%;
}

a {
  color: #0366d6;
  text-decoration: none;
}

a:hover {
  color: #0366d6;
  text-decoration: underline;
}

body {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #24292e;
  font-weight: 400;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 100px;
  padding-bottom: 40px;
}

strong {
  font-weight: 600
}

li {
  line-height: 1.6;
  font-size: 1.6rem;
}

.notes ul {
  list-style-type: none;
}

.notes span {
    color: #586069;
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%;
}

h2 span {
    color: #586069;
    font-family: Monaco, "Courier New", monospace;
    font-size: 50%;
    padding-left: 10px;
}

h3 span {
    color: #586069;
    font-family: Monaco, "Courier New", monospace;
    font-size: 50%;
    padding-left: 10px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: 8px;
}

h2 {
  padding-bottom: .2em;
  border-bottom: 1px solid #eaecef;
}

h3 {
  padding-bottom: .2em;
  border-bottom: 1px solid #eaecef;
  padding-top: 5px;
}

.author {
  text-indent: 10%;
}

.footnotes li {
  font-size: 1.3rem;
}
