.axis{
    font: 10px sans-serif;
}

.axis path,
.axis line{
    fill: none;
    stroke: #000;
}

circle:hover{
    fill: orange;
}