html {
    width: 100%;
    max-width: 650px;
    min-width: 320px;
    overflow: hidden;
}

body {
    width: 100%;
    font-family: "Lucida Sans"; !important;
}

.container {
    width: 100%!important;
}

.map-container svg {
    max-width: 650px;
}

svg {
    cursor: pointer;
}


