body {
            font-family: yekanbakh;
            direction: rtl;
        }
        /* استایل برای پاپ آپ */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none; /* در ابتدا پاپ‌آپ مخفی است */
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }
        .modal {
            background-color: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            width: 90%;
            max-width: 400px;
        }
        .modal img {
            width: 100px;
            margin-bottom: 20px;
        }
        .modal button {
            background-color: #191f3a;
			font-family: yekanbakh;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
        }
        .modal button:hover {
            background-color: #d32f2f;
        }
        .modal p {
            font-size: 14px;
            margin: 10px 0;
        }
        .instructions {
            text-align: right;
            margin: 10px 0;
        }
		.headtext {
			color:black;
		}
		.bodytext {
			color:#5e5e5e;
		}		