svg {
    display: block;
    overflow: visible;
}

polygon:hover {
    opacity: 0.7;
    cursor: pointer;
}

