/* Set the size of the div element that contains the map */
#map {
    /* The height is 400 pixels */
    height: 400px;
    /* max-width: 640px;
    min-width: 320px; */
    /* The width is the width of the web page */
    width: 100%;
    color: brown;
}