html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
}

footer.footer {
  background-color: #f8f9fa;
  padding: 1rem;
  text-align: center;
}