body {
  height: 100%;
  width: 100%;
  background-color: #1e1d1f;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  cursor: cell;
  
}
html {
  cursor: cell;
}
h1 {
  left: 42%;
  bottom: 45%;
  color: #00fa92;
  position: absolute;
  font-family: sans-serif;
  font-size: 110px;
  font-style: Bold;
  
}
h2 {
  left: 25%;
  bottom: -50%;
  color: #c4c4c4;
  position: absolute;
  font-family: sans-serif;
  font-size: 45px;

}
h3 {
  left: 47%;
  bottom: -100%;
  color: #c4c4c4;
  position: absolute;
  font-family: sans-serif;
  font-size: 45px;

}
h4 {
  left: 48%;
  bottom: -150%;
  color: #c4c4c4;
  position: absolute;
  font-family: sans-serif;
  font-size: 45px;

}