html {
    background: rgb(18, 9, 19);
}
body {
    color: white;
    padding: 0 !important;
    margin: 0 !important;
}
h1 {
    font-size: 8rem;
}
#interactive {
  background: rgb(51, 45, 52);
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#hi {
    position: absolute;
    z-index: 1;
}
