body {
  background-color: black;
}
.box {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1 {
  font: normal 1em "Playfair Display", serif;
  color: white;
}
