body {
  margin: 0;
  padding: 0;
  overflow: auto;
}

svg#svg-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

input#text {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 2em;
}
