body {
  margin: 0;
  font-family: Arial, sans-serif;
}

#topbar {
  background: #0b3d2e;
  color: white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

#map {
  height: calc(100vh - 40px);
  width: 100%;
}