html,
body {
    height: 100%;
    margin: 0;
}

#map {
    width: 100%;
    height: 100%;
}

.leaflet-marker-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}