html, body, h1, p{
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-weight: 300;
}

header{
  width: auto;
  height: auto;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
  font-family: 'Lato', sans-serif;
  color: rgba(0,0,0,0.8);
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

header h1{
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header p{
  font-size: 10px;
  line-height: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
