body {
  display: flex; /* Enable flexbox layout */
  justify-content: center; /* Center content horizontally */
  align-items: center; 
}

svg {
  background-color: rgb(0, 0, 0);
}

/* Title formatting */

svg text.title {
  color: #F1D4AF;
  font-family: "DM Serif Display", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: capitalize;
}

svg text.subtitle {
  font-family: "DM Serif Display", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}

.description {
  font-size: 0.75rem;
  fill: #ffffff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

.microbiota-text {
  font-size: 0.70rem;
  fill: #ffffff;
  font-family: 'Roboto', sans-serif;
}

.tickText {
  font-size: 0.70rem;
  fill: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.axisTitleText {
  font-size: 0.80rem;
  fill: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

#tooltip{
  font-size: 0.70rem;
  font-family: 'Roboto', sans-serif;
}

.annotation-foreignObject{
  font-size: 0.75rem;
  fill: #ffffff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

.referenceText {
  font-size: 0.55rem;
  fill: #ffffff;
  font-family: 'Roboto', sans-serif;
}
