body {
  margin: 0;
}
canvas {
  background: black;
  width: 100vw;
  height: 100vh;
}
#top_exp h1 {
  font-size: min(5vw, 50px) !important;
}

