html {
  height: 100%;
}

body {
  margin: 0;
  padding: 10px 20px 20px 20px;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #eee;
  font-size: 14px;
}
.title{
  font-weight: 600;
  font-size: 15px;
}

.controls {
  margin-top: 10px;
  margin-bottom: 12px;
}
#map {
  flex: 1;
  width: 100%;
  border: 1px solid #ccc;
}
