body,
img {
  margin: 0;
  padding: 0;
}

body {
  background-color: #06153d;
}

#canvas {
  translate: -50% -50%;
  border: none;
  display: block;
  position: absolute;
  border-radius: 24px;
  top: 50%;
  left: 50%;
}

#canvasvideo {
  display: none;
}

video {
  position: absolute;
  visibility: hidden;
  width: 640px;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.tp-dfwv {
  position: fixed !important;
}