body {
  padding: 0;
  margin: 0;
}

#map,
body,
html {
  height: 100%;
}
.legend {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  padding: 10px;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.legend-item i {
  width: 20px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}

.legend-item span {
  font-size: 14px;
}


