.hidden {
  display: none;
}

.graph {
  width: max(400px, 100%);
}

.card-min {
    min-block-size: min(300px, 60%);
    width: max(300px, 25%);
}
