.site-footer {
  background: var(--third);
  color: var(--white);
  text-align: center;
  padding: 32px;
  margin-top: 40px;
}

.footer-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.footer-links a {
  color: var(--secondary);
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
