body {
    margin: 0; 
    padding: 0; 
}

#map {
    height: 100vh;
    width: 100%;
    position: relative;
}

.distance-container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.distance-container > * {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin: 0px 40px;
    padding: 5px 10px;
    border-radius: 3px;
}

.btn-box {
    margin: 10px;
    width: 32px;
}

.btn-box span {
    height: 100%;
    width: 100%;
    padding-top: 3px;
}

.mapbox-gl-home {
    background-image: url(img/home_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg);
    background-size: cover;
}

.mapbox-gl-measure {
    background-image: url(img/straighten_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg);
    background-size: cover;
}