body {
  background-color: #000;
  width: 100vw;
  height: 200vh;
}

.intro {
  font-size: 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  z-index: 100;
}

canvas {
  width: 100vw;
  height: 200vh;
}