html,
body,
#viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

#legend-container {
  max-height: 250px;
  width: 300px;
  overflow: auto;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.home-container {
  position: absolute;
  top: 15px;
  left: 55px;
  z-index: 99;
}
