:root {
  --height: 300px;
  --width: 400px;
}

body {
  overflow: hidden;
}

#canvas,
#mask {
  position: absolute;
  width: var(--width);
  height: var(--height);
}
