.leaflet-popup-content-wrapper{
    border-radius: 0;
    background-color: #0e2750;
    color: white;
    box-shadow: 0px 0px 10px black;
}
.leaflet-popup-tip {
    background-color: #f59e0b;
}