
*{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  
}
.container, body, html {
  overflow: visible !important;
}
/* Reset & base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
    font-family: 'Inter', sans-serif;
}

/* header */










    .sitemap-body {
      font-family: Arial, sans-serif;
      background: #ffffff;
      color: #333;
      padding: 40px;
      max-width: 900px;
      margin: auto;
      line-height: 1.6;
    }
    .sitemap{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 70px;
    }
    .sitemap-parts{
        display: flex;
        flex-direction: column;
    
    }
    h1 {
      font-size: 1.3rem;
      text-align: center;
      margin-bottom: 40px;
    }

    h2 {
      margin-top: 30px;
      font-size:1rem;
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px;
    }

    ul {
      list-style-type: none;
      padding-left: 0;
    }

    li {
      margin: 4px 0;
    }

    a {
      text-decoration: none;
      color: #0066cc;
    }

    a:hover {
      text-decoration: underline;
    }
