:root {
  --am-text-main: #3A2E2A;
}

.hero-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.95rem;
}

.hero-links a {
  color: var(--am-text-main);
  text-decoration: none;
}

.hero-links a:hover {
  text-decoration: underline;
}

.footer {
  text-align: center;
}



