.map-container {
  margin-top: 6.4rem;
  border-radius: 2rem;
  
  background: #e6f7fb;
  
  border: .1rem solid #dde3f0;
  
  overflow: hidden;
}

#mapid {
  width: 100%;
  height: 28rem;
}

.map-container footer {
  padding: 2rem 0;
  
  text-align: center;
}

.map-container footer a {
  color: #0089a5;
  text-decoration: none;
  font-weight: 700;
}

.map-container .leaflet-container {
  border-bottom: .1rem solid #dde3f0;
  border-radius: 2rem;
}