body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-footer {
  border-top: 1px solid #dee2e6; /* A light grey border */
  background-color: #f8f9fa;   /* A very light background color */
  margin-top: auto;            /* This pushes the footer to the bottom */
}