/* CSS files add styling rules to your content */

html,
body,
header {
  color: rgb(0, 0, 0);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
}

#map {
  width: 100%;
  height: 100vw;
  z-index: 1;
}

#wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

h1 {
  text-align: center;
  font-size: 2em !important;
}
