
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
    margin-top: 20px;
}

#map {
    height: 600px;
    width: 100%;
    margin: 20px 0;
    z-index: 1; /* Ensure the map is below the information panel */
}

/* Ensure the popup information panel is above the map */
.leaflet-popup {
    z-index: 1000 !important;
}

.leaflet-popup-content {
    font-size: 14px;
}

.leaflet-popup-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.leaflet-popup-content img {
    display: block;
    margin-bottom: 10px;
}

.leaflet-popup-content p {
    margin: 0;
    font-size: 12px;
}
