html, body {
  margin: 0;
  height: 100%;
  font-family: Arial, sans-serif;
}

#map {
  width: 100%;
  height: 100vh;
}

.titulo {
  position: absolute;
  top: 20px;
  left: 60px;
  z-index: 1000;
  background: white;
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.25);
}

.legenda {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 1000;
  background: white;
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.25);
  line-height: 1.5;
  max-width: 360px;
}
