html {
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#print-canvas {
  width: 400%;
  height: 400%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

svg {
  width: 100vw;
  height: 100vh;
  display: none;
}
