p {
  position: absolute;
}

#box {
  width: 50vw;
  height: 40vw;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
canvas {
  width: 100%;
  height: 100%;
}
