/* გვერდის საერთო სტილი - პერგამენტის ფერი */
        body {
            background-color: #f4f1ea !important;
            margin: 0;
            padding: 0;
            font-family: 'Georgia', serif;
            line-height: 1.6;
            color: #333;
            position: relative;
        }

        /* ძველი ქაღალდის ტექსტურა */
        body::before {
            content: "";
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background-image: url('https://www.transparenttextures.com/patterns/old-paper.png');
            opacity: 0.2;
            pointer-events: none;
            z-index: 1;
        }

        /* ჰედერის გასწორება */
        header, .site-header {
            background-color: #4a3728 !important;
            padding: 20px 0 !important;
            position: relative;
            z-index: 10;
        }

        .fulltext {
            position: relative;
            z-index: 2;
            max-width: 900px;
            margin: 40px auto;
            background: rgba(255, 255, 255, 0.95);
            padding: 40px;
            border-radius: 10px;
            border-top: 5px solid #8b0000;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        .fulltext h1 {
            color: #8b0000;
            text-align: center;
            font-size: 2.5em;
            margin-bottom: 30px;
            border-bottom: 2px solid #c5a059;
            padding-bottom: 10px;
        }

        .fulltext h2 {
            color: #5a0000;
            margin-top: 30px;
            font-size: 1.5em;
            border-left: 4px solid #c5a059;
            padding-left: 15px;
        }

        .fulltext img {
            width: 100%;
            height: auto;
            border-radius: 5px;
            margin-bottom: 30px;
            display: block;
            border: 1px solid #ddd;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .fulltext p {
            text-align: justify;
            font-size: 18px;
            margin-bottom: 20px;
            white-space: pre-line;
        }

        /* მენიუს ლინკების ფერი */
        header nav ul li a, .main-navigation ul li a {
            color: #f4f1ea !important;
            text-decoration: none;
            font-weight: bold;
        }

        header, #header {
            transform: none !important;
        }
