/* MAPS ON LEAFLET */
#map {
  height: 100vh;
  z-index: 1;
}
/* MAPS ON LEAFLET */

#main_menu {
  z-index: 2;
  height: 200px;
  width: 200px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: yellow;
  padding: 10px;
}

.menu {
  z-index: 2;
  height: 30px;
  width: 200px;
  position: absolute;
  left: 50px;
  top: 10px;
  padding: 10px;
}

.menu .buttons {
  max-width: 100px;
  background-color: aquamarine;
  border-radius: 20px;
}
.menu .buttons a {
  text-decoration: none;
  color: black;
}

.menu .buttons a:hover {
  text-decoration: none;
  color: black;
}
