#map { 
  width: 100%; 
  height: 100vh;
}

.custom-marker {
  width: 20px;
  height: 20px;
  background-color: #8BB174;
  border-radius: 50%;
  border: 2px solid #8BB174;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 11px;
  font-weight: bold;
  color: #333;
}