body {
  margin: 0;
  height: 100vh;
  width: 100vw;
}

svg {
  display: block;
  margin: auto;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content;
  align-items: center;
}

#title {
  font-size: 22px;
}

#description {
  font-size: 16px;
}

#x-axis, #y-axis {
  font-size: 14px;
}

#tooltip {
  position: absolute;
  background-color: black;
  color: white;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  visibility: visible;
}

#legend {
  font-size: 12px;
}
