#map {
    position: relative;
    width: 100%;
    height: 500px;
}
#map a{
    text-decoration:none;
}
#fit {
    display: block;
    margin: 10px auto;
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #ee8a65;
    cursor: pointer;
}
.marker {
    background-image: url('https://docs.mapbox.com/help/demos/custom-markers-gl-js/mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.mapboxgl-popup {
    max-width: 200px;
}
.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
