body {
  margin: 0;
  background: #111;
  color: #fff;
  font-family: sans-serif;
  overflow: hidden;
}
#viewer {
  width: 100vw;
  height: 100vh;
}
