#map {
  height: 70vh; 
  width: 100%;
  z-index: 1;
  border-radius: 0.75rem;
}
.title {
  font-weight: bold;
}
#infowindow-content {
  display: none;
}
#map #infowindow-content {
  display: inline;
}