body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f0f0f0;
  font-family: "Playfair Display", serif;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 6vw;
  text-align: center;
  color: #333;
}

@media (max-width: 600px) {
  h1 {
    font-size: 12vw;
  }
}