body {
  font-family: Arial, Helvetica, sans-serif;
}

* {
  margin: 0;
}

div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}
div h1 {
  font-size: 7rem;
  margin-bottom: 30px;
  margin-right: 18px;
}
div h3 {
  font-size: 3rem;
  font-weight: 200;
}
div a {
  margin-top: 0.5em;
}/*# sourceMappingURL=style.css.map */