body {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}

div {
  flex-grow: 1;
  flex-shrink: 1;
}
