body {
  background-color: #222;
  color: white;
  font-family: monospace;
}

svg {
  background-color: #333;
  width: 1200px;
  height: 600px;
  margin: 0px 0;
}

#svgContainer {
  background-color: #000411;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.textbox {
  z-index: 10;
  position: absolute;
  font-family: 'Lekton', monospace;
  max-width: 400px;
}

* {
  color: white !important;
}