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

.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);
}

#gui_container{
  position: absolute;
  top: 10%;
  left: 0%;
  }

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