body {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  text-align: center;
  height: 100%;
}

a, a:visited {
  color: #333;
}

a:hover {
  color: #999;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.home .content {
  height: 200px;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 400px;
}

.links {
  font-size: 24px;
  margin-bottom: 50px;
}

.links > span {
  margin: 0 10px;
}

.subtitle {
  font-size: 18px;
}

.subtitle,
.title {
  font-family: 'Share Tech';
}

.title {
  font-size: 64px;
  margin-bottom: 20px;
}

.title .suffix {
  color: #999;
}
