html {
  background: #e6e6e6;
}

body {
  font-family: "SF Pro Text", "SF Pro Text", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  display: table;
  max-width: 60ch;
  margin: 20px auto 20px;
  padding: 40px 80px;
  color: #333;
  background: #fff;
}
body > *:first-child {
  margin-top: 0;
}
body * {
  box-sizing: border-box;
}

h1, h2 {
  line-height: 1.3;
  margin: 2em 0;
}

h1 {
  margin-top: 0;
}

h2 {
  padding-top: 2em;
  border-top: 5px solid #e6e6e6;
}

ol, ul {
  padding-left: 20px;
}

img {
  width: 100%;
  height: auto;
}

pre, code {
  font-family: "SF Mono", Monaco, monospace;
  background: #efefef;
}

h1 code, h2 code {
  background: 0;
}

code {
  font-size: 0.9em;
  padding: 0 3px;
  border-radius: 3px;
}

blockquote {
  display: block;
  width: 100%;
  margin-left: 0;
  padding: 5px 10px;
  border: 1px solid cornflowerblue;
  border-left-width: 6px;
  border-radius: 10px;
  background: #f7faff;
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote code {
  background: 0;
}

#top {
  position: absolute;
  top: 0;
  left: 0;
}

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