.zoom {
    fill: transparent;
    cursor: pointer;
}

.y-tick {
    stroke: #fff;
    fill: none;
    stroke-width: 1px;
}

.y-axis g line {
    stroke: #fff;
    fill: none;
    stroke-width: 1px;
}

.graph-body .line {
    height: 20px;
    padding: 10px;
    color: #fff;
}
body {
    background-color: #000;
    font-family: sans-serif;
   
}

p{color: #fff;}



h1{color: #fff !important;
font-family: sans-serif;}

html {
    font-family: sans-serif;
    font: #fff!important;
}