        body, html {
            height: 100%;
            margin: 0;
        }

        .privacy-container {
            background: rgba(0, 0, 0, 0.7);
            padding: 30px;
            border-radius: 10px;
            color: #fff;
                margin-top: 20px; /* تعديل هذه القيمة لإنزال الحاوية */

        }

        .privacy-container h2 {
            font-size: 2rem;
            margin-bottom: 20px;
            color: #ffcc00;
        }

        .privacy-container p {

            line-height: 1.8;
            text-align: justify;
        }

        .privacy-container p#foter1Text {
            margin-bottom: 20px;
        }

        .privacy-container p#foter2Text {
            margin-bottom: 20px;
        }

        .privacy-container a {
            color: #ffcc00;
            text-decoration: none;
        }

        .privacy-container a:hover {
            text-decoration: underline;
        }

        /* Centering the container vertically and horizontally */
        .centered-container {
            display: flex;
            justify-content: center;
            align-items: center;

        }

.header-logo {
    margin-top: 20px; /* مسافة من الأعلى إذا أردت */
    margin-bottom: 40px; /* المسافة بين الصورة والحاوية من الأسفل */
    margin-left: auto;
    margin-right: auto;
}










/* FOTER */
    .bottom-section a {
        text-decoration: none;
        color: #000; /* يمكنك تعديل اللون */

        font-weight: bold; /* جعل النص عريضًا */
    }

    .bottom-section a:hover {
        color: #007bff; /* تغيير اللون عند التمرير */
    }



  
  

    hr {
        border: 0;
        border-top: 1px solid #929292; /* يمكنك تخصيص اللون */
        margin: 20px 0;
    }
