#map{
  height: calc(100vh - 180px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
}

.leaflet-container{
  background: #111;
}
