body {
  margin: 0;
  background-color: black;
}

header {
  margin-top: 3em;
  text-align: center;
  color: white;
}

#container3d canvas {
  width: 100vw !important;
  height: 100vh !important;
  position: absolute;
  top: 0;
  left: 0;
}