* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #000;
  overflow: hidden;
}

body {
  cursor: crosshair;
  user-select: none;
}

#photo-canvas {
  display: block;
  width: 100vw;
  height: 100svh;
}

img {
  display: none;
}
