.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.grid path,
.grid line {
stroke: rgba(0, 0, 0, 0.25);
.line {
stroke-width: 2.5px;