body {
  height: 100vh;
  overflow: hidden;
  margin: 0;
}

h1 {
  position: absolute;
  top: 140px;
  font-family: cursive;
  text-align: center;
  color: rgb(0, 0, 0);
  width: 100%;
  z-index: 77;
  border: 1px solid purple;
}
