
 svg{
    user-select: none;
 }
 
 
 svg:hover {
    fill: mediumblue;
    stroke: navy;
}

svg:hover path{
    fill:yellowgreen;
}

.svg-fill-firebrick{
    fill: firebrick;
}

.svg-fill-orange{
    fill: orange;
}

.svg-fill-green{
    fill: green;
}

.svg-fill-navy{
    fill: navy;
}

.svg-fill-purple{
    fill: purple;
}

/* .svg-fill-white{
    fill: white;
} */