h1,
h2 {
  text-align: center;
}

#myImg {
  width: 250px;
  height: 250px;
  object-fit: cover;
  display: block;
  margin: auto;
}

.mapWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.mapWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bottomDiv {
  padding-bottom: 50px;
}
