html, body, main {
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
}
#texture {
  /* pointer-events: none; */
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;  
  
  //body {
//  background-color: lightblue;

//  /* leave it to hide the scrollbars */
  overflow: hidden;
}