.line { fill: none; stroke: #009EDC; stroke-width: 1px; } .graph-card { width: 40vw; height: 45vh; background-color: white; } .graph-title { text-align: center; font-weight: 600; padding: 15px; } .title { fill: teal; font-weight: bold; } #category-diagram { display: flex; justify-content: center; align-items: center; }