body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
}

/* Optional: Style for the popup content */
.popup-content h3 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 16px;
}

.popup-content p {
    margin: 3px 0;
    font-size: 14px;
    color: #666;
}

.popup-content a {
    color: #007bff;
    text-decoration: none;
}

.popup-content a:hover {
    text-decoration: underline;
}
