footer {
  background-color: #fffdf5;
  padding: 1.2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  color: black;
  z-index: 1;
}

.footer-left {
  font-weight: 500;
}

.footer-right {
  display: flex;
  gap: 0.75rem;
}

.footer-right a {
  text-decoration: none;
  font-size: 1.3rem;
  color: black;
  transition: color 0.2s ease;
}

.footer-right a:hover {
  color: #10824c;
}
