body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#title {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 16px;
  margin-left: 16px;
  font-size: 22px;
  color: white;
}

#subtitle {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 44px;
  margin-left: 16px;
  font-size: 14px;
  color: white;
}

#desc {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 66px;
  margin-left: 16px;
  width: 320px;
  font-size: 12px;
  color: white;
  line-height: 1.3;
}

#legend {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  background: white;
  margin-right: 16px;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  color: black;
}

.legend-row {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.swatch {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 1px solid #999;
}
