/* Set a fixed size for the map */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

#map {
    height: 100vh; /* Full height of the viewport */
}