/* Remove default margin and padding from the page */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Make the map container fill the entire screen */
#map {
    width: 100%;
    height: 100%;
}