footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  line-height: var(--spacing);
  box-shadow: var(--shadow);
}

footer a {
  color: var(--text) !important;
}

footer a:hover {
  color: var(--primary) !important;
}

footer .icon {
  font-size: var(--xl);
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/mig-lab-website/images/background.gif") no-repeat center center;
  background-size: cover;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}

footer {
  position: relative;
  z-index: 1;
}

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