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

#map {
    position: fixed;
    inset: 0;
}

.leaflet-control-geolocate {
    background-color: #ffffff;
    border: 0;
    cursor: pointer;
    padding: 1px 2px;
}

.leaflet-control-geolocate img {
    display: block;
}
