body {
  font-family: "ABeeZee", sans-serif;
  background: linear-gradient(#64e673, #7898f2);
  background-size: contain;
  height: 100vh;
  background-repeat: no-repeat;
}

.header {
  text-align: center;
}

.center {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#map {
  height: 500px;
  width: 700px;
}

.popup {
  text-align: center;
}
