body canvas {
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

#cubed {
  position: fixed;
  z-index: -5;
  opacity: 1;
  background-color: transparent;
  top: -40px;
  height: calc(100vh + 40px);
}
