.wrapper { display: flex; flex-direction: column; align-items: center; width: min-content; } .barBackground { fill: var(--card-background); } .tickLabel { font-family: "Inconsolata", monospace; font-weight: 800; fill: var(--label); } .axisLabel { font-family: "Inconsolata", monospace; font-weight: 800; fill: var(--label); } .legend { display: flex; margin: calc(16rem / 16); justify-content: center; }