body {
    font: 10px sans-serif;
    background: linear-gradient(180deg, rgb(244, 241, 35) 0%, rgba(255,255,255,0) 10%); 
        }
    
    .axis path,
    axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
    }
    
    x.axis path {
    display: none;
    }
    
    .line {
    fill: none;
    stroke: steelblue; stroke-width: 1.5px;
    }