/* styling for Css info box*/
#infoBox {
    position: absolute;
    background-color: lightblue;
    border: 1px solid #000;
    padding: 5px;
    z-index: 1000;
    pointer-events: none; 
}
.hovered {
    outline: 2px dotted red;
}