footer {
  position: fixed;
  bottom: 16px;
  right: 20px;
}

.footer-content a {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.65rem;
  color: #3a3530;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.footer-content a:hover {
  color: #6a6358;
}
