
/* Ensure the page takes the full height of the viewport and the footer stays at the bottom */
body, html {
  height: 100%;
  margin: 0;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}
