/* Add any custom styles here if not using Bootstrap or to override Bootstrap */
/* Example: */
/*
body {
    padding-top: 5rem;
}
*/

/* Ensure footer stays at the bottom */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}