
html,
body {
  margin: 0;
  height: 100%;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 

}

#leaflet-container {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.leaflet-container2 {
    height: 10%;
    width: 500%;
    float: left;
    max-width: 50%;
    max-height: 30%;
}

.mapButton {
  float: left;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 99999999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(12, 144, 34);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

