.body{
    background-color: rgb(10,10,10);
    color: rgb(230,230,230);
}
canvas {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; /* Place behind other content */
}