@charset "utf-8";
/* CSS Document */

/* Set the size of the div element that contains the map */
#map {
  height: 600px;
  width: 100%;
  /* This centers the block-level element horizontally */
  margin: 0 auto; 
  /* Optional: adds a border or shadow to see the container clearly */
  border: 2px solid #ccc; 
}