html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

h1 {
  font-family: "Babylonica", cursive;
  font-weight: 400;
  font-size: 20vw;
  font-style: normal;
  text-align: center;
  line-height: 1;
}

h2 {
  text-align: center;
  /* font-size: 5vw; */
}

a {
  text-decoration: none;
}
