body {
    background-color: #4F8F45;
    overflow-x: hidden;

}

svg a:hover path {
    cursor: pointer;
}

#library:hover,
#museo:hover,
#cafe:hover,
#cinema:hover,
#farm:hover,
#music\ store:hover,
#luna\ park:hover,
#scuola:hover,
#MUNICIPIO:hover {
    cursor: pointer;
}

#svg-container {
    width: 100vw;
    height: auto;
    max-width: 100%;
    overflow: hidden;

}

svg {
    width: 100%;
    height: auto;
    display: block;
}