.main-container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: white;
            min-height: 500px;
            padding: 0;
        }

        .content-section {
            padding: 40px;
            text-align: center;
        }

        .article-header {
            background-color: #219ed6;
            color: white;
            padding: 12px 20px;
            margin-bottom: 30px;
            display: inline-block;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 1px;
            border-radius: 5px;
        }

        .section-title {
            font-size: 28px;
            margin-bottom: 30px;
            color: #2c3e50;
            font-weight: normal;
        }

        .subsection-title {
            font-size: 18px;
            margin-bottom: 20px;
            color: #34495e;
            border-bottom: 3px solid #219ed6;
            padding: 20px;
            margin: 20px 0;
        }

        .subsection-title p {
            font-style: italic;
            font-weight: 200;
            font-size: 15px;
            margin-bottom: 5px;
            color: #536475;
        }

        .official-info {
            padding: 20px;
            margin: 20px 0;
            text-align: center;
        }

        .official-info p {
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 1.5;
        }

        .disclaimer {
            background-color: #fef3c6;
            color: #9f7c52;
            padding: 20px;
            /* margin: 40px 0; */
            border-radius: 5px;
        }

        .disclaimer-title {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .archives-section {
            background-color: #ecf0f1;
            padding: 20px;
            text-align: center;
            border-radius: 10px;
        }

        .archives-title {
            color: #2c3e50;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }

        .no-records {
            background-color: white;
            border: 2px dashed #bdc3c7;
            padding: 40px;
            color: #7f8c8d;
            font-size: 16px;
        }

        .hr {
            border-bottom: 4px solid #3498db;
            padding: 20px;
            margin: 20px 0;
        }

        .footer {
            background-color: #2c3e50;
            color: white;
            padding: 20px;
            text-align: center;
            font-size: 12px;
        }

        .footer-links {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: white;
            text-decoration: none;
            margin: 0 10px;
        }

        .footer p {
            margin: 5px 0;
        }

        @media (max-width: 768px) {
            .header {
                flex-direction: column;
                text-align: center;
            }

            .header h1 {
                margin-bottom: 10px;
            }

            .nav-menu {
                flex-wrap: wrap;
            }

            .content-section {
                padding: 20px;
            }

            .section-title {
                font-size: 24px;
            }
        }

        footer,
        footer p,
        footer a {
            color: white !important;
        }
