main {
  flex: 1;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.sitemap {
  padding-top: 7.4rem;
  padding-bottom: 10rem;
}
.sitemap h1 {
  color: #470A68;
  font-family: "Montserrat";
  font-size: 6rem;
  font-weight: 700;
  line-height: 7.3rem;
  text-align: center;
}
.sitemap nav {
  width: fit-content;
  margin: 4.9rem auto 0;
}
.sitemap nav ul {
  text-align: center;
}
.sitemap nav ul li:not(:last-child) {
  margin-bottom: 3rem;
}
.sitemap nav a {
  color: #470A68;
  font-family: "Montserrat";
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 4rem;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 980px) {
  .sitemap {
    padding-top: 7.4rem;
    padding-bottom: 2.4rem;
  }
  .sitemap h1 {
    font-size: 5rem;
  }
  .sitemap nav {
    margin: 2.7rem auto 0;
  }
}
/*# sourceMappingURL=sitemap.css.map */