body {
  margin: 16px;
  font-family: Arial;
  color: #fff;
  background: #000;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15vw;
  margin: 0;
}
