body {
  margin: 0;
}

#map {
  height: 100vh;
}

.topbar {
  position: absolute;
  z-index: 999;
  background: white;
  padding: 10px;
  top: 10px;
  left: 10px;
  border-radius: 6px;
}