html, body {
  font: 1rem system-ui, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 1rem;
}

label {
  display: block;
}

input {
  font-size: 1rem;
}

#map {
  height: 100%;
}