* {
  padding: 0;
  margin: 0;
}
#map {
  height: 100vh;
  width: 75%;
}
#sidebar {
  height: 100vh;
  width: 25%;
}

.transparent-legend {
    background-color: rgb(128, 128, 128);
    box-shadow: none; /* Remove shadow if present */
    padding: 10px;
    border: none; /* Remove border if present */
}
