footer {
  box-shadow: gray 0px -2px 6px 0px;
  padding: 25px 85px 50px 85px;
  background-color: var(--bs-body-bg);
  color: var(--bs-dark) !important;
}
footer a {
  text-decoration: underline !important;
  transform: scale(1);
  transition: all 0.3s ease-in-out !important;
}
footer a:hover {
  transform: scale(1.03);
}
footer a:active {
  transform: scale(0.97);
}

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