.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c3c2aa;
  color: #3d6053;
  z-index: 1000;
  font-family: sans-serif;
  box-shadow: 0 0em 0.25em #a5c6b0;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content img {
  height: 4em;
  object-fit: contain;
}

.footer a {
  color: #3d6053;
  text-decoration: none;
  font-weight: bold;
}

.footer a:hover {
  text-decoration: underline;
}