#canvas {
  width: 100vw;
  height: 100vh;
  margin: 0px;
  padding: 0px;
  background-color: white;
}
svg .selected {
  cursor: move;
}