body {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial,
    "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding-bottom: 100px;
}

h1 {
  font-weight: 300;
  font-size: 32px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

h5 {
  text-decoration: underline;
  margin-bottom: 1em;
}

p {
  line-height: 1.5;
}

ul {
  padding-left: 1em;
}

li {
  margin-bottom: 1em;
  line-height: 1.4;
}

section,
header {
  width: 640px;
  margin: 0 auto;
  display: block;
}

header h1 {
  text-align: center;
  font-size: 38px;
  color: rgb(40, 177, 234);
  margin-top: 60px;
}

code pre {
  background: #282a37;
  color: #68ecff;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px;
  border-radius: 2px;
  text-align: left;
  padding: 10px 30px;
  margin: 0;
}

figure {
  text-align: center;
  margin: 40px 0;
}

figure figcaption {
  color: #999;
  font-size: 14px;
  margin: 5px 0;
}

cite {
  display: block;
  padding-left: 10px;
  border-left: 5px solid #ccc;
  line-height: 1.2em;
}
