.Leaflet {
    width:700px;
    height:400px;
}
.leaflet-tile-pane {
    filter: brightness(250%);
}
.leaflet-container {
    background:#000;
}
.leaflet-container .leaflet-control-attribution {
    background:#000;
    color:#333;
}
.leaflet-container a {
    color:#333;
}
.leaflet-touch .leaflet-bar a {
    background: rgb(231, 207, 167);
    border: none;
}
.Leaflet-Info {
    font-size:18px;
    background:rgba(20,20,20,.8);
    padding:10px;
    display:flex;
    align-items:flex-end;
    flex-flow:column;
    pointer-events:none;
    transition:opacity 150ms ease-out;
    opacity:0;
    pointer-events:none;
}
.Leaflet-Info[data-visible='true'] {
    opacity:1;
}
.Leaflet-Info > span {
    font-size:18px;
    font-weight:300;
}
.Leaflet-Info > .title {
    font-size:24px;
    font-weight:600;
}
.Leaflet-Info > .color {
    width:100%;
    height:3px;
}