html {
  font: 400 1em "Josefin Sans", sans-serif;
  height: 100%;
}

body {
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  margin: 0;
}

main {
  text-align: center;
}

h1 {
  font: 400 12vw "Amatic SC", cursive;
  margin: 0;
}

a {
  color: inherit;
  padding: 1em;
  text-decoration: none;
}
