.location-pane {
    width: 300px;
    height: 200px;
    background-color: pink;
}

.marker {
    background-image: url('../images/mapbox-icon.png');
    background-size: cover;
    width: 40px;
    height: 52px;
    cursor: pointer;
}

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}