.sitemap h1,
.sitemap h2 {
  color: var(--logoBrown);
  text-align: center;
}
.sitemap ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.sitemap li {
  margin: 8px 0;
}
.sitemap a {
  text-decoration: none;
  color: #0066cc;
}
.sitemap a:hover {
  text-decoration: underline;
}
.section {
  margin-bottom: 30px;
}

.sitemap p {
  text-align: center;
}

.sitemap {
  margin-top: 50px;
}
