body {
  width: 100vw;
  height: 100vh;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

canvas {
  display: block;
}

video {
  transform: scaleX(-1);
}

p {
  width: 240px;
  height: 44.5px;
  padding: 10px 20px;
  background: white;
  border-radius: 50px;
  border: 1.5px solid black;
  font-size: 20px;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  display: flex;
}

input[type='color'] {
  opacity: 0;
  cursor: pointer;
  width: 240px;
  height: 44.5px;
}
