body {
  background: #f3f3f3;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.6;
  color: #2e2e2e;
}

.header {
  background: #e7e7e7;
  padding: 50px 10px;
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
}

h1 {
  font-size: 64px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.subhead {
  font-size: 26px;
  padding-top: 10px;
  color: #777;
}

.content {
  text-align: center;
  padding: 50px 20px;
}
.content p {
  margin: 0 0 20px;
}
.content a {
  color: #29499b;
  text-decoration: none;
  border-bottom: 1px solid #cedcf2;
}
.content a:hover {
  border-bottom-color: #29499b;
}
