.web-map-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.web-map-container a{
    text-decoration: underline;
}