body {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
}

.outer {
  display: table;
  position: absolute;
  height: 70%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto; 
  text-align: center;
  margin-top: 0;
}

h1 {
  font-weight: 100;
  font-size: 64px;
}

@media screen only and (min-width: 600px) {
  h1 {
    font-size: 24px;
  }
}