svg path {
    cursor: pointer;
    transition: fill 0.3s;
}
svg path:hover {
    stroke: #000;
    stroke-width: 2;
}
