.line { fill: none; stroke: #009EDC; stroke-width: 1px; } .tests-count-card { width: 40vw; height: 45vh; background-color: white; margin: 10px; display: flex; align-items: center; justify-content: center; flex-direction: column; } .graph-title { text-align: center; font-weight: 600; padding: 5px; bottom: -10; } .axis-grid line { /* stroke: #def; */ stroke: lightgrey; /* stroke-opacity: 0.7; */ shape-rendering: crispEdges; } .bar { fill: steelblue; }