html,
body {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#hero {
  height: auto;
}

.row {
  margin: 15px;
}

#footer {
  color: black;
}
