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

body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

footer {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
}

.progress-bar-container {
    width: 90%;
    background: #fff;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    height: 1.5rem;
    overflow: hidden;
    z-index: 1000;
}

.progress-bar {
    align-items: center;
    background-color: #3388ff;
    background-clip: padding-box;
    color: #fff;
    display: flex;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    transition: width 1s ease;
    white-space: nowrap;
    width: 0;
}

.total {
    align-items: center;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    display: flex;
    font-weight: bold;
    height: 5rem;
    justify-content: center;
    position: absolute;
    right: 1rem;
    text-align: center;
    top: 1rem;
    width: 8rem;
    z-index: 1000;
}
