html,
body {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  height: 100vh;

  font-family: 'Fjalla One', helvetica, sans-serif;
  color:white;

  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
}

h1,
a {
  filter: drop-shadow(0 0px 10px rgba(0,0,0,0.5))
}

h1 {
  margin: 0;
}

a,
a:visited,
a:hover,
a:active {
  color: white
}

h1 {
  font-size: 1rem;
}
a {
  display: none;
  font-size: 0.75rem;
}


@media screen and (min-width: 320px) {
  html, body {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) {
  html, body {
    font-size: 150px;
  }
}