.root {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.canvas {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  user-select: none;
}
