* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'px';
  src: url('./px_grotesk_light.ttf');
}

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

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

canvas {
  display: block;
}

video {
  transform: scaleX(-1);
}

button,
input[type='color'],
p {
  width: 275px;
  height: 50px;
  cursor: pointer;
  border: none;
  font-size: 22px;
  background: white;
  border-radius: 100px;
  font-family: 'px';
}

p {
  pointer-events: none;
  align-items: center;
  justify-content: center;
  display: flex;
}

input[type='color']::-webkit-color-swatch {
  visibility: hidden;
}
