@import url(https://fonts.googleapis.com/css?family=Monoton);

.monoton {
  font-family: 'Monoton', cursive;
}
html, body {
  height: 100%;
}
#main {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  height: 100%;
  width: 100%;
}
h1.monoton {
  font-weight: normal;
  font-size: 75px;
  margin-top: -60px;
  text-align: center;
}