body {
  background-color: white;
  margin: 0;
  padding: 0;
}

body,
body a {
  color: black;
}

body h1 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 2.2em;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 1.5;
}

body h2 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 1.75em;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 1.5;
}

body p,
body div,
body li {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.5em;
}

body blockquote {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}

body pre {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.5714px;
}

body #wrapper,
body footer {
  max-width: 600px;
  margin: 1em auto;
}

body footer {
  padding-top: 2em;
  margin-top: 3em;
  border-top: 1px dashed #ccc;
}

body footer,
body footer a {
  color: #ccc;
}
/*# sourceMappingURL=style.css.map */