  html, body {
  height: 100%;
  margin: 0;
  font-size: 16px;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/wow.png") bottom center no-repeat;
  background-size: cover;
  font-size: 1em;
}

/*---------- CONTENT AREA ----------*/

.centered {
  padding: 0 3.125em;
  font-family: 'Montserrat', sans-serif;
  background: #f16059;
}

h1 {
  font-size: 2em;
  color: #fff;
  text-align: center;
}

/*---------- TABLET ----------*/

@media screen and (min-width: 768px){
  h1 {
    font-size: 3em;
  }
}

/*---------- DESKTOP ----------*/

@media screen and (min-width: 1200px){
  h1 {
    font-size: 4em;
  }
}
