#map {
  padding: 5px;
  width: 99%;
  height: 600px;
  /*box-shadow: 0 0 10px #999;*/
  position: relative; /* Relative positioning */
  top: 10px; /* Moves it down */
  z-index: 1;
}
#menu {
  position: absolute; /* Positioned absolutely */
  top: 90px; /* Stays at the top */
  left: 0; /* Stays at the left */
  background: rgba(255, 255, 255, 0.4);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 10px;
  z-index: 2;
}

#info {
  padding: 5px;
  width: 100%;
  height: 20px;
  font-family: monospace;
}

.ml-popup {
  width: 350px;
}

.ml-popup .maplibregl-popup-content {
  width: 350px;
  border-radius: 12px;
}

.ml-popup img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ml-popup h2 {
  text-align: center;
}

.ml-popup .maplibregl-popup-close-button {
  font-size: 25px;
  font-weight: 400;
}
