body {
  background-color: lightblue;
  margin: 0px;
  padding: 0px;
  height: 100vh;
  width: 100vw;
  /* leave it to hide the scrollbars */
  overflow: hidden;
}

#scene-container {
  width: 100vw;
  height: 100vh;
}

#the-place {
}