/**
 * index.scss
 * - Add any styles you want here!
 */
/* Set the size of the div element that contains the map */
#mapdiv 
{
    height: 100%;
    width: 100%;  
}
/* Makes the page fill the window. */
html, body 
{
    height: 100%;
    margin: 0;
    padding: 0;
    background: darkgray;
}

