body {
  font-family: sans-serif;
  font-size: 11pt;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.1), rgba(255, 165, 0, 0.1), rgba(255, 255, 0, 0.1), rgba(0, 128, 0, 0.1), rgba(0, 0, 255, 0.1), rgba(75, 0, 130, 0.1), rgba(238, 130, 238, 0.1));
}
body > main {
  max-width: 800px;
  margin: 3em auto;
}

h1 {
  text-shadow: 2px 2px #ef3550, 4px 4px #f48fb1, 6px 6px #7e57c2, 8px 8px #2196f3, 10px 10px #26c6da, 12px 12px #43a047, 14px 14px #eeff41, 16px 16px #f9a825, 18px 18px #ff5722;
}

h2 {
  font-size: 13pt;
  margin-top: 1.5em;
}

time {
  color: gray;
  font-size: 10pt;
  font-weight: normal;
  display: block;
}

pre > code, blockquote {
  margin-left: 3em;
  margin-top: 2em;
  margin-bottom: 2em;
}

pre > code {
  display: block;
  white-space: pre-wrap;
}

table {
  width: 100%;
}
table * {
  text-align: left;
}
table th {
  background-color: #ddd;
}
table th, table td {
  padding: 0.25em;
}
table th:first-of-type, table td:first-of-type {
  width: 20%;
}
table th:last-of-type, table td:last-of-type {
  width: 30%;
}

/* * GitHub Badge * */
.github_badge {
  background-color: #A00;
  overflow: hidden;
  position: fixed;
  right: -3em;
  top: 2.5em;
  transform: rotate(45deg);
  box-shadow: 0 0 1em #888;
  z-index: 100;
}
.github_badge > a {
  border: 1px solid #ffaaaa;
  color: #fff;
  display: block;
  font: bold 81.25% "Helvetiva Neue", Helvetica, Arial, sans-serif;
  margin: 0.05em 0 0.075em 0;
  padding: 0.5em 3.5em;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 0.5em #444;
}

/*# sourceMappingURL=style.css.map */
