body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 1.5em;
  background-color: #111;
  color: #eee;
}

svg {
  background-color: #111;
}

#title {
  font-size: 2em;
  font-weight: bold;
  text-anchor: middle;
  fill: #eee
}

#description {
  font-size: 1em;
  text-anchor: middle;
  fill:#eee
}

#tooltip {
  position: absolute;
  /* width: 125px; */
  background-color: #333;
  font-size: 0.8em;
  color: #eee;
  padding: 10px;
  border-radius: 3px;
}