html, body {
  margin: 0;
  padding: 0;
    background: white;
}
canvas {
  display: block;
}

main + video {
   position: absolute;
  z-index: 1000;
  left: 563px;
  top: -20px;
  width: 100px !important;
  height:100px !important;
}