
body { margin: 0; padding: 0; font-family: sans-serif; }
#map { position: absolute; top: 0; bottom: 0; width: 100%; }
.map-info {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background: white;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 16px;
  border: 1px solid #ddd;
}
