html, body {
  height: 100%;
  margin: 0;
}
.leaflet-container {
  height: 400px;
  width: 600px;
  max-width: 100%;
  max-height: 100%;
}

body { padding: 0; margin: 0; } #map { height: 100%; width: 100vw; }

.locateMe {
  width: 30px;
  height: 30px;
}

#map {
  z-index: 100;
}

#updated {
 z-index: 200;
 pointer-events: none;
 position: absolute;
 top: 10px;
 left: 70px;
 --fcolor: black;
 --bgcolor: white;
 --blur: 3px;
 color: var(--fcolor);
 font-weight: bold;
 text-shadow: -0.2em -0.2em var(--blur) var(--bgcolor), -0.2em 0.2em var(--blur) var(--bgcolor), 0.2em 0.2em var(--blur) var(--bgcolor), 0.2em -0.2em var(--blur) var(--bgcolor);
}
