body {
  margin: 0;
}

main {
  display: flex;
}

#map {
  flex-grow: 1;
  height: 760px;
  width: 600px;
}

.leaflet-popup,
.leaflet-zoom-animated {
  margin-bottom: 30px;
}

/* progress bar */

#progressContainer {
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 12px;
}

#progressBar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
}
