html {
  font-size:7px;
}

html, body {
  height:100%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background:url(/imgs/bg.jpg) no-repeat center;
  background-size:cover;
}

h1, p {
  text-align:center;
  color:#fff;
  margin:0;
  font-family: 'Permanent Marker', cursive;
  text-shadow: 1px 1px 12px rgba(0,0,0,0.2);
}

h1 {
  font-weight: normal;
  font-size: 9.6rem;
  margin-top:14rem;
}

p {
  font-size:4.8rem;
  margin-top:1.5rem;
}

@media (min-width: 1050px) {
  html {
    font-size:10px;
  }
}