body {
  font-family: Helvetica Neue, Arial, sans-serif;
  text-align: center;
}

.wrapper {
  max-width: 800px;
  margin: 50px auto;
}

h1 {
  font-weight: 200;
  font-size: 3em;
  margin: 0 0 0.1em 0;
}

h2 {
  font-weight: 230;
  font-size: 1.5em;
  margin: 0 0 50px;
  color: #999;
}

a {
  margin-top: 50px;
  display: block;
  color: #3e95cd;
}

h1 {  
  background: -webkit-linear-gradient(#1ea6e5, #29b3a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
