html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1 {
  text-align: center;
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 5rem;
}

.container {
  width: 100%;
  height: 100%;
  background-color: black;
  display: grid;
  justify-content: center;
  align-content: center;
}
