#loading {
  display: none;
  position: fixed;
  width: 100vw;
  height: calc(100vh - 70px);
  /* top: 0px;
  left: 0px; */
  background: rgba(0, 0, 0, 0.500);
  z-index: 2000;
}
#spinner {
  display: none;
  color: rgb(255, 255, 255);
  z-index: 2;
}

#map{
    width: 100vw;
    height: calc(100vh - 70px);
}

#year{
  position: absolute;
  top: 20px;
  right: 5px;
  width: 200px;
  z-index: 1000;
}

.share-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}