.bmi [data-bmi] {
  padding: 0 0.25rem;
  border-radius: 3px;
}
.bmi .untergewichtig {
  background-color: #01b0f1;
}
.bmi .gesund {
  background-color: #92d14f;
}
.bmi .uebergewichtig {
  background-color: #ffff01;
}
.bmi .fettleibig {
  background-color: #fdc000;
}
.bmi .extrem-fettleibig {
  background-color: #fe0000;
}
.health-chart {
  max-height: 300px;
  max-width: 100%;
}