.footer-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  position: sticky;
  bottom: 0;
  z-index: 10;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

footer {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  padding: 15px;
  margin-top: auto;
}

footer a {
  color: white;
  -webkit-text-stroke: 1px black;
  paint-order: stroke fill;
  transition: color 0.2s;
}