* {
  box-sizing: border-box;
}

html,
body {
  width: 600px;
  height: 600px;
  margin: 0;
  overflow: hidden;
  background: #000000;
}

#model-canvas {
  display: block;
  width: 600px;
  height: 600px;
  background: #000000;
}
