/* Style for the map container */
#map {
    height: 600px; /* Height of the map */
}

/* Basic styling for the body and h1 */
body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
    margin: 20px 0;
}
