#mapid {
    width: 100%;
    height: 80vh; /* 80% of the viewport height */
    border: 1px solid #ccc;
    margin: 0 auto;
}

.leaflet-container {
    background: #f8f9fa;
}