body{
  margin: 0;
  overflow: hidden;
}

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

.text{
  position: absolute;
  top: 50%;
  left:50%;
  font-weight: bold;
  transform: translate(-50%,-50%);
  font-size:30px;
  color: #a0a0a0;
  opacity: 1;

  /* display: inline-block;
  background: rgb(126,237,255);
  background: linear-gradient(93deg, rgba(126,237,255,0.8) 0%, rgba(126,237,255,1) 9%, rgba(255,86,246,1) 35%, rgba(152,231,246,0.6) 85%, rgba(240,255,86,0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */

  mix-blend-mode: luminosity;
}