/* This sets the size of your map container */
#map {
    height: 600px; /* You can adjust this height */
    width: 100%;
    margin: 20px 0; /* Adds some space above and below the map */
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
