#map {
    height: 600px;
  }
  
  .marker {
      background-image: url('../img/icon.png');
      background-size: cover;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      cursor: pointer;
  }
  
  .mapboxgl-popup {
    max-width: 200px;
  }
  
  .strong-center {
    text-align: center;
  }
  
  .mapboxgl-popup-content {
    font-family: 'Open Sans', sans-serif;
  }
  
  .mapboxgl-popup-content h3 {
    text-align: center;
  }
  
  .mapboxgl-popup-content p {
    text-align: left;
  }