footer {
  margin-top: auto;
  padding: 1rem 1.5rem;
  text-align: right;
}

.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;
}
