html,
body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  font-size: 200pt;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
a {
  color: black;
  text-decoration: none;
}
