.container {
            margin-top: 30px;
        } 
		

        h1 {
            text-align: center;
        }
		.img {
		  width: 100%;
		  margin: auto;
		  display: block;
		}

        .sitemap-row {
            margin-top: 20px;
        }

        .sitemap-col {
            padding: 10px;
        }

        .sitemap-file {
            background-color: #f8f9fa;
            padding: 10px;
        }

        .sitemap-title {
            margin-top: 10px;
        }

        .pagination {
            margin-top: 20px;
            text-align: center;
        }

        .pagination a {
            margin-right: 5px;
        }

        .header-menu {
            margin-bottom: 30px;
        }

        .header-menu ul {
            list-style: none;
            padding-left: 0;
            display: flex;
            justify-content: center;
        }

        .header-menu li {
            margin-right: 10px;
        }

        .header-menu a {
            text-decoration: none;
        }

        .footer-menu {
            margin-top: 30px;
            padding-top: 10px;
            border-top: 1px solid #ccc;
        }

        .footer-menu ul {
            list-style: none;
            padding-left: 0;
            display: flex;
            justify-content: center;
        }

        .footer-menu li {
            margin-right: 10px;
        }

        .footer-menu a {
            text-decoration: none;
        }
		.sitemap-content {
            display: none;
        }	
.img {
  width: 100%;
  margin: auto;
  display: block;
}
.author-info {
    text-align: right;
  }
  .author,
  .timestamp {
    margin: 0; /* Loại bỏ margin mặc định */
  }