*
{
  margin: 0,
  padding: 0,
}

.body {
  /* set margin to 0 and overflow to hidden, to go fullscreen */
  /* margin-top: 20px; */
  /* overflow: hidden; */
}
.webgl{
  position: fixed;
  top: 0,
  left: 0,
}

.input{
  position: absolute;
}

.button{
  position: relative;
  font-size:2vw;
  color: rgba(250,250,250,0.7);
  background-color: rgba(200,200,200,0.3);
}

#canvas{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}



#on_off{
  position: relative;
  font-size: 5vw;
  top:  0px;
  left: 0px;
  background-color: rgba(200,200,200,0.3);
}

/* #camera{
  position: relative;
  font-size:7vw;
  top:  0px;
  left: 0vw;
  background-color: rgba(200,200,200,0.3);
} */
