body {
  /*font: 10px sans-serif;*/
    background-color: #eee6dd;
    
      /*padding-top: 100px;*/
      color: black;
      /*text-align: center;*/
    
  
  background-color: #eee6dd;
  
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}


.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 2px;
  }
  