.viewportDiv {
  display: flex;
  flex-direction: column;
  height: 98vh;
  font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

#map {
  height: 180px;
  flex-grow: 1;
}