/* <><> FOOTER <><> */
footer {
  margin-top: 10svh;
  padding: 1rem 0;
  background-color: rgba(34, 34, 34, 0.25);
  display: flex;
  flex-direction: column;
  gap: 1rem;

  position: relative;
}

.copyright-info {
  font-style: italic;
  text-align: center;
}

footer a {
  position: absolute;
  top: 5%;
  left: 5%;
}

footer a img {
  max-width: 100%;
  width: 4rem;
}
