#map {
    height: 100%;
    min-height: 600px;
}

.leaflet-control-attribution,
.leaflet-control-zoom,
.leaflet-control-layers {
    background: rgba(20, 20, 20, 0.8) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.leaflet-container {
    background: #111827;
}
