/*
stole a lot from https://thebestmotherfucking.website/

I am using Min

*/
body {
  font-family:Open Sans,Arial;
  line-height:1.4;
  color: #d9d9d9;
}
html {
    background-color: #212121;
}
.content {
  padding: 1em;
  max-width: 800px;
  margin:2em auto;
}
a {
    color: #00a2e7
}
.red {
    color:#d24637
}
.yellow {
    color:#e0cf14
}
.green {
    color:#8be014
}
.monospace {
  font-family:monospace;
  font-size:.9em
}

.TOC_element {
  list-style-type: none;  
}