html, body {
  height: 100%;
}

.page {
  min-height: 100%;
}

.page:not(:last-child) {
  border-bottom: 1px solid gray;
}