html, body {
    height: 100%;
    margin: 0;
}
#svg-container {
  position: absolute;
  inset: 0;
}

#svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#svg-text {
  fill: #000000;
  font-family: monospace;
  font-size: 26px;
}