body {
    font-family: sans-serif;
    /* padding: 2rem; */
}

form > * {
    display: block;
    margin-bottom: 1rem;
}

.header {
  display: flex;
  align-items: center;
  gap: 10px; /* space between image and heading */
}

.header img {
  height: 50px; /* or whatever fits well */
}

.leaflet-control-locate {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}