html {
  background: white url('../img/wallpaper.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: 'Yatra One', cursive;
  text-align: center;
  background: rgba(255,255,255,0.8);
  min-width: 340px;
}

html, body {
  margin: 0;
  height: 100%;
}

header {
  padding-top: 10em;
}

h1 {
  font-size: 10em;
  margin: 0;
}

a {
  color: #FF200B;
}

footer {
  font-size: 1.2em;
  margin-top: 12em;
}

@media (max-width: 960px) {
  h1 {
    font-size: 7em;
  }
}
@media (max-width: 550px) {
  header {
    padding-top: 2em;
  }
  h1 {
    font-size: 3em;
  }
}

