#map {
    display: flex;
    justify-content: center;
}

#map svg {
    width: 100%;
    max-width: 620px;
    height: auto;
    display: block;
}