body {
  max-width: 850px;
  margin: auto;
  padding: 0 25px;
  font-family: "Menlo", "Consolas", monospace;
}

.hero p:first-child {
  font-size: 2.5em;
  font-weight: bold;
  margin: 30px 0 10px 0;
}

@media only screen and (max-width: 600px) {
  video {
    display: block;
  }

  .hero p:first-child {
    font-size: 1.5em;
  }
}

p {
  margin: 20px 0;
}

a.home {
  display: block;
  margin: 10px 0;
}

a.cta {
  display: inline-block;
  margin: 10px 5px 10px 0;
}

.prose {
  margin-bottom: 100px;
}

.prose p {
  margin: 15px 0;
}

.prose h3 {
  margin: 50px 0 10px 0;
}

.prose p code {
  font-size: 1.2em;
}

#how-do-i {
  margin-top: 50px;
}

#built-with {
  position: fixed;
  right: 10px;
  top: 10px;
}

.footnotes {
  margin-top: 100px;
}

footer {
  margin-bottom: 50px;
}

footer a {
  margin-right: 15px;
}