/* Set the size of the div element that contains the map */
#map {

    height: calc(100vh - 150px);/*600px;  The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}
._DataTable th, ._DataTable td, ._DataTable tr{
    border: solid red 1px;
    padding: 5px;
}

.leaflet-popup-content{
    display: flex;
    place-content: center;
 }