.legend-container {
  position: relative;
  height: 400px;
  width: 300px;
  flex-shrink: 0;
  background-color: rgb(202, 202, 202);
  margin-top: 150px;
  border-radius: 30px;
  margin-left: 20px;
}