#map {
    height: 30vh;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    }
.map-marker-label {
      background-color: rgba(0, 0, 0, 0.7);
      padding: 2px 2px;
      border-radius: 4px;
      border: 1px solid white;
      text-shadow: 0 0 3px #000;
      
}