body {
  font-family: sans-serif;
  margin: 0;
}

#map {
  height: 100vh;
  width: 100vw;
}

.content {
  overflow-wrap: break-word;
}

.name {
  border-bottom: 1px solid black;
  margin-bottom: 0px;
}

.hours {
  margin-top: 0px;
}

.parking-address {
  margin-top: 0px;
}

.address {
  font-size: 1rem;
}

.description {
  font-size: 1rem;
}

.website {
  font-size: 1rem;
}

.businessIcon {
  color: rgba(0, 0, 255, .85);

  text-align: center;
  /* Horizontally center the text (icon) */
  line-height: 20px;
  /* Vertically center the text (icon) */
}

.parkingIcon {
  color: rgba(100, 100, 100, 0.65);

  text-align: center;
  /* Horizontally center the text (icon) */
  line-height: 20px;
  /* Vertically center the text (icon) */
}

.perfectParkingIcon {
  color: rgba(216, 154, 41, .85);

  text-align: center;
  /* Horizontally center the text (icon) */
  line-height: 20px;
  /* Vertically center the text (icon) */
}