body {
  height: 100vh;
  overflow: hidden;
  background: black;
}

h1 {
  position: absolute;
  top: 80px;
  color: white;
  font-family: cursive;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
}
