.leaflet-popup-content {
    margin: 25px 20px !important;
    max-width:250px !important;
}
.leaflet-popup-content,
.leaflet-popup-content h3 {
    font-family: "Work sans", sans-serif !important;
    font-size:1.4em;
}
.leaflet-popup-content h3 {
    color: #601b19;
}

.leaflet-popup-content a {
    color: inherit !important;
    text-decoration: underline;
}