
@font-face {
    font-family: 'myfont';
    src: url('../fonts/HacenTunisia.ttf');
    font-weight: normal;
    font-style: normal;
  }
  
   


main{
    font-family: 'myfont';
    background-color: #f9f9f9;
    line-height: 1.6;
    color: black;
    text-align: justify;
}

.all{
    margin: 2vw 10vw 2vw 10vw;
}
.h2, .h3 {
    color: #204289;
}

.h2 {
    font-size: 1.6em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.h3 {
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 5px;
}
h4 {
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 5px;
}
ul {
    list-style-type: disc;
    margin-left: 20px;
}
.li2 {
    margin-bottom: 5px;
    margin-right: 5vw;
}


    
        .image {
            display: flex;
            flex-direction: row;
            justify-self:center;
            align-items: center;
            margin: 2vw;
        }

        .image img {
            margin:1% ;
            max-width: calc(30%); /* تأكد من أن كل صورة تأخذ ثلث المساحة مع الأخذ في الاعتبار المسافة */
            height: 16vw;             /* الحفاظ على النسبة الصحيحة */
            border-radius: 5px;       /* زوايا دائرية */
        }
 

        @media screen and (max-width:768px) {
            .image {
                display: flex;
                flex-direction: column;
                justify-self:center;
                align-items: center;
                margin: 1vw;
            }
    
            .image img {
                margin-right:5% ;
                margin-left:5% ;

                max-width: calc(90%); /* تأكد من أن كل صورة تأخذ ثلث المساحة مع الأخذ في الاعتبار المسافة */
                height: 40vw;             /* الحفاظ على النسبة الصحيحة */
                border-radius: 5px;       /* زوايا دائرية */
            }

            .imageone{
                width: calc(90%);
                height: 50vw; 
            }
              }