@charset "utf-8";

body {
  margin: 0 auto;
  border: 0;
  padding: 50px 30px;
  max-width: 760px;
  background: #000;
  color: #fff;
  font: 26px/40px 'Lekton', sans-serif;
  text-align: center;
}

h1, h2, h3, p, ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  font: inherit;
}

h1 {
  font-weight: bold;
  font-size: 60px;
}

h2 {
  font-style: italic;
  color: #666;
  margin-bottom: 40px;
}

ul.people li {
  list-style-type: none;
  color: #333;
  display: inline-block;
  width: 45%;
  text-align: center;
  margin: 60px 0 80px;
}
.glyph {
  font-size: 140px;
  line-height: 100px;
  display: block;
  color: #666;
}
a {
 text-decoration: none;
 color: #6c0;
 padding-bottom: 3px;
 border-bottom: 3px solid #666;
}
a:hover {
  border-color: #06f;
}
a:hover .glyph {
  color: #06F;
}
a:visited {
  color: #3c0;
}
.fineprint {
  font-size: 16px;
  line-height: 20px;
}
.footer {
  margin-top: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #666;
}
