body {
  margin: 0;
  overflow: hidden;
  font-family: sans-serif;
}
#viewer {
  width: 100vw;
  height: 100vh;
  display: block;
}