body {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
	background-color:rgb(0, 0, 0);
  position: rerative;
}
canvas {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    filter: drop-shadow(1px 1px 10px #000000);
}

#tex{
	display:none ;
}
