html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

body {
    font-size: 1.8rem;
    line-height: 1.618;
    max-width: 38em;
    margin: auto;
    color: #ffffff;
    background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #cfcff8;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

h1 {
  font-size: 2.35em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}


p {
  margin-top: 0px;
  margin-bottom: 2.5rem;
}

a {
    color: #cda4df;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
  color: #4a4a4a ;/* #144f5a */
}

header {
    color: white;
    /* padding: 20px; */
    text-align: left;
}

header div img {
    display: inline;
    max-height: 40px;
    text-align: right;
}


nav ul {
    list-style-type: none;
    padding: 0;
    text-align: right;
}

nav ul li {
    display: inline;
    margin: 0 20px;
    text-align: right;
}

nav ul li a {
    color: white;
    text-decoration: none;
    text-align: right;
}

nav ul li h2 {
    /* display: inline;  */
    text-align: left;
    text-decoration: none;

}

/* Pre and Code */
pre {
  background-color: transparent;
  display: block;
  padding: 1em;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 2.5rem;
  font-size: 0.9em;
  border: 1px solid #4a4a4a;
}

code, kbd, samp {
  font-size: 0.9em;
  padding: 0 0.5em;
  background-color: transparent;
  white-space: pre-wrap;
  border: 1px solid #4a4a4a;
}

pre > code {
  padding: 0;
  background-color: transparent;
  white-space: pre;
  font-size: 1em;
  border: 1px solid #4a4a4a;
}

blockquote {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 0.8em;
  border-left: 5px solid #cda4df;
  margin-bottom: 2.5rem;
  background-color: #121212;
}

blockquote p {
  margin-bottom: 0;
}

img, video {
  height: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

aside  {
    text-decoration: none;
    text-align: right;
}

article h4 a {
 
  text-decoration: none;
  color: #cfcff1; 
}

article h4 a:hover {
    text-decoration: underline;
}

#postamble {
    font-size: 0.8em;
}

figcaption {
    text-align: center;
    padding-top: 0.8em;
    font-size: 0.8em;
    line-height: 0em;
    margin-bottom: 2.5em;
}
