body {
  font: 300 16px "Open Sans";
  position: relative;
}

a:link, a:visited {
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #666;
}

blockquote {
  margin: 0;
}

blockquote:before {
  content: "“";
  position: absolute;
  left: -.4em;
}

blockquote:after {
  content: "”";
  position: absolute;
}

body > ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 32px;
}

h1, h2, h3, h4, h5 {
  font-weight: inherit;
  margin: 0;
}

h3 {
  text-align: right;
  font-size: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
}

h2 {
  font-size: 18px;
  /* position: absolute; */
}

h3 {
  bottom: -20px;
  font-size: 16px;
}

h4 {
  width: 100%;
  font-size: 14px;
  position: absolute;
  text-align: right;
  position: absolute;
  bottom: 9px;
  right: 20px;
}

.invert {
  background: #1f1f1f;
  color: #dcdccc;
}

.invert h2, .invert h3, .invert h4, .invert h5 {
  color: #7f9f7f;
}

.string, .regexp {
  color: #f39;
}

.keyword {
  color: #00c;
}

.comment {
  color: #777;
  font-style: oblique;
}

.number {
  color: #369;
}

.class, .special {
  color: #1181B8;
}

body > svg {
  position: absolute;
}
