.marker-cluster-small {
  background-color: rgba(44, 95, 45, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(44, 95, 45, 0.8);
}

.marker-cluster-medium {
  background-color: rgba(44, 95, 45, 0.7);
}

.marker-cluster-medium div {
  background-color: rgba(44, 95, 45, 0.9);
}

.marker-cluster-large {
  background-color: rgba(44, 95, 45, 0.8);
}

.marker-cluster-large div {
  background-color: rgba(44, 95, 45, 1);
}

.marker-cluster {
  color: white;
  text-align: center;
  font-weight: bold;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font-size: 12px;
  line-height: 30px;
}

