* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto Mono", monospace;
}

.sitemap-container {
    width: 100%;
    padding: 5rem;
}

.sitemap-container h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #432b17;
}
.sitemap-container p {
    font-size: 1.5rem;
    margin: 1rem 0 3rem 0;
    color: #555;
}
.sitemap-list a {
    text-decoration: none;
    color: #6c4827;
    font-size: 2rem;
    padding: 0.5rem 0;
    font-weight: 700;
    margin-right: 2rem;
}

.sitemap-list a:hover {
    color: #a67c52;
    text-decoration: underline;
}
