body {
  margin: 0;
  background-color: #333;
}

#scene {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
