h1{
    margin-top: 40px;
    font-size: 40px;
    font-family: Inter, serif;
}

.sitemapSection{
    justify-content: center;
    text-align: center;
    align-items: center;
}

.sitemap {
    margin-left: 130px;
    margin-top: 60px;
    justify-content: center;
    display: flex;
    gap : 50px;
    padding: 2rem;
}

.sitemap-column {
    display: flex;
    flex-direction: column;
    gap: 100px;
    justify-content: center;
}

a{
    text-align: left;
}


.sitemap-column h3 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    font-weight: bold;
}

.line-content{
    text-align: left;
    flex: 1;
    min-width: 300px;
}