body {
  min-height: 100vh;
  position: relative;
}

.main-footer {
  position: absolute;
  bottom: 0;
  height: 48px;
  left: 0;
  right: 0;
  background-color: var(--bs-primary);
  color: #fff;
  padding-top: 10px;
}
.main-footer a {
  color: red;
}

/*# sourceMappingURL=style.css.map */
