.region {
  height: 500px;
  width: 500px;
  margin: auto;
}
.map {
  height: 50vh;
  max-height: 500px;
}
.buildings {
  height: 20vh;
  max-height: 500px;
  overflow: auto;
}
