#map {
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

#infoBox {
  background-color: rgba(140, 161, 209, 0.6);
  padding: 20px;
  border-radius: 20px;
}
#infoBox h2 {
  font-family: "Chelsea Market", cursive;
  font-size: 24pt;
  color: rgb(255, 255, 255);
}
