img[src$="#center"] {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
}

.subhero {
  max-width: 670px;
}

.subhero1 {
  top: 115%;
  right: 31%;
  max-width: 390px;
  position: absolute;
}

.measure-wide {
  max-width: 64em;
}

html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
