.trail {
    fill: green;
    opacity: 0.2;
    stroke: green;
    stroke-width: 2;
}

.trail:hover {
    stroke: black;
}
