html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
