/* Set a height for the map container */
.map-container {
    height: 90vh;
}

#map { 
    height: 100%; 
    width: 100%;
}