@font-face {
    font-family: iransans;
    src: url('../../fonts/IRANSans-web.woff');
}

#body {
    margin: 0;
    font-family: 'iransans';
}

#titr1 {
    display: grid;
    text-align: center;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    justify-content: center;
}
#titr1 a{
    color: black;
    text-decoration:none;
    font-weight: bold;
}
@media screen and (max-width:450px) {
    #titr1 {
        font-size: 1em;
        display: grid;
        text-align: center;
        align-items: center;
    }
}

@media screen and (max-width:300px) {
    #titr1 {
        display: grid;
        font-size: .75em;
        text-align: center;
        align-items: center;
    }
}

#titr2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 2em;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media screen and (max-width:650px) {
    #titr2 {
        margin: 0 1em;
    }
}
@media screen and (max-width:550px) {
    #titr2 {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        margin: 0 0em;
    }
}
#titr2 img {
    max-width: 75%;
    height: 75%;
    margin: 0 0 0 4em;
}
@media screen and (max-width:650px) {
    #titr2 img {
        margin: 0 0 0 2em;
        max-width: 75%;
        height: 75%;
    }
}
@media screen and (max-width:550px) {
    #titr2 img {
        margin: 10px 0 0 0em;
        max-width: 75%;
        height: 65%;
    }
}
#t3 h3{
  font-size: 1.3em;
}
#t3 a{
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
 
   /* filter: drop-shadow(0px 5px 3px #8080808f); */
   background-color:#ffeb3b;
}
#t4{
    align-items: center;
    justify-content: center;
    margin: 2em 1em;
}
#t4 img{
    max-width: 100%;
    max-height: 80%;
}
@media screen and (max-width:550px) {
   #t4{
    margin: .5em 4px;
   }
    #t4 img{
        max-width: 100%;
        max-height: 80%;
    }
}
@media screen and (max-width:299px) {
    #t4{
     margin: 5px 0;
    }
     #t4 img{
         max-width: 100%;
         max-height: 100%;
     }
    }
 #m1{
    font-weight: bold;
   display: grid;  
    text-align: center;
    align-items: center; 
     justify-content: center;
   
}
 #m1 h1{
    border: 4px solid rgb(9, 9, 134);
    background-color: rgb(240, 240, 42);
    border-radius: 15px;
    padding: 5px 5px;
    font-size: 2em;
 }
#m2{
    display: grid;
    grid-template-columns:repeat(3, 1fr);
  
}
#m2 p{
    border: 4px solid rgb(9, 9, 134);   
    border-radius: 5px;
  margin: 5px 5px;
  padding: 5px 5px;
  font-size: 1em;
}
@media screen and (max-width:550px) {
    #m2 {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        margin: 0 0em;
    }
}
@media screen and (max-width:250px) {
   #m1 h1{
font-size: 20px;
   }
   #m2 p{
font-size: 15px;
   }
}
@media screen and (max-width:185px) {
    #m1 h1{
 font-size: 15px;
    }
    #m2 p{
 font-size: 10px;
    }
 }
 