#lavazem{
  
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    align-items: center;
    justify-content: center;
  margin: 2em 1em; 

  /* border: 2px solid gray; */
 }
 @media screen and (max-width:770px) {
    #lavazem{
 
        display: grid;
        grid-template-columns: repeat(1,1fr);}
    }
 #lav1{
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    /* filter: drop-shadow(0px 5px 3px #8080808f);
    background-color: rgb(222 61 44); */
    border: 2px solid #3949ab;
   border-radius: 9px;
   background-color:#ffeb3b;
 margin: 2px;
 }
 #lav1 h1{
   font-size: 2em;
color:#3949ab;
border: 3px solid ;
  
    margin: 5px 20px;
background-color:white;
}
#lav1 li{
 list-style: none;
}
 #lav1 a{
    font-size: 1.3em;
    font-weight: bold;
   color: black;
   text-decoration: none;
    
 }
 @media screen and (max-width:980px) {
    #lav1 h1{
        margin: 5px 2em;
        font-size: 1.4em;
    }
 }
 @media screen and (max-width:900px) {
    #lav1 h1{
        margin: 5px 1em;
        font-size: 1.3em;
    }
 }
 @media screen and (max-width:770px) {
    #lav1 h1{
        margin: 5px 5em;
        font-size: 1.5em;
    }
 }
 @media screen and (max-width:650px) {
    #lav1 h1{
        margin: 5px 5em;
        font-size: 1.2em;
    }
 }
 @media screen and (max-width:400px) {
    #lav1 h1{
        margin: 5px 2em;
        font-size: 1.2em;
    }
 }
 @media screen and (max-width:250px) {
    #lav1 h1{
        margin: 2px 0px;
        font-size: 1.2em;
    }
 }
 @media screen and (max-width:900px) {
    #lav1 a{
        font-size: 1em;}
 }
 @media screen and (max-width:550px) {
    #lav1 a{
        font-size: 1em;}
 }
 @media screen and (max-width:230px) {
    #lav1 h1{
        font-size: 1.2em;}
 }
 @media screen and (max-width:200px) {
    #lav1 h1{
        font-size: .9em;}
 } 
 @media screen and (max-width:230px) {
    #lav1 a{
        font-size: .8em;}
 }
 @media screen and (max-width:200px) {
    #lav1 a{
        font-size: .7em;}
 }
 /* @media screen and (max-width:900px) {
    #lav1 strong{
        font-size: 1em;}
 }
 @media screen and (max-width:550px) {
    #lav1 strong{
        font-size: 1em;}
 }
 @media screen and (max-width:230px) {
    #lav1 strong{
        font-size: .8em;}
 }
 @media screen and (max-width:200px) {
    #lav1 strong{
        font-size: .7em;}
 }
 @media screen and (max-width:900px) {
    #lav1 h1{
        margin: 5px;
        font-size: 1.5em;
    }
 }
 @media screen and (max-width:700px) {
    #lav1 h1{
        margin: 5px;
        font-size: 1.3em;
    }
 }
 @media screen and (max-width:550px) {
    #lav1 h1{
        font-size: 1.5em;}
 }
 @media screen and (max-width:230px) {
    #lav1 h1{
        font-size: 1.2em;}
 }
 @media screen and (max-width:200px) {
    #lav1 h1{
        font-size: .9em;}
 } */
#s1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
 
}
@media screen and (max-width:550px) {
   #s1{
    display: grid;
    grid-template-columns: repeat(2,1fr);
   }
  
}
@media screen and (max-width:300px) {
    #s1{
     display: grid;
     grid-template-columns: repeat(1,1fr);
    }
 }
#s1 div {
    background-color: #ffeb3b;
    padding: 2px 2px; 
    text-align: center;
    border: 2px solid #3949ab;
    border-radius: 9px;
    box-shadow: 0 0 2px black;
   
    margin: 5px 5px;
}

#s1 img {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 4em;
    height: 4em;
}
@media screen and (max-width:550px) {
    #s1 img{
        width: 4em;
        height: 4em;
    }
   
 }
#s1 h1 {

    color: black;
    font-size: 1.3em;
    font-weight: bold;
}
@media screen and (max-width:300px) {
    #s1 h1{
        font-size: 1.2em;
        font-weight: bold;
    }
   
 }
#s1 p{
    color: rgb(247, 0, 0);
    font-size: 1em;
    font-weight: bold;
}
@media screen and (max-width:300px) {
    #s1 p{
        font-size: 1.em;
    font-weight: bold;
    }
   
 }
 #s2{
   justify-content: center;
   align-items: center;
   text-align: center;
   margin-top: 4em;
 
 }
 #s2 a{
    font-size: 2em;
    color:#3949ab;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration:none;
  
  
 }
 @media screen and (max-width:300px) {
    #s2 a{
        font-size: 1.5em;       
        text-align: center;
        justify-content: center;
        align-items: center;
     }
   
 }
 @media screen and (max-width:160px) {
    #s2 a{
        font-size: 1.2em;      
        text-align: center;
        justify-content: center;
        align-items: center;
 color:#3949ab;
     }
   
 }
@media screen and (max-width:120px) {
    #s2 a{
        font-size: 1.2em;
      color:#3949ab;
        text-align: center;
        justify-content: center;
        align-items: center;
     }
   
 }
@media screen and (max-width:90px) {
    #s2 a{
        font-size: 1.2em;
      color:#3949ab;
        text-align: center;
        justify-content: center;
        align-items: center;
     }
   
 }
@media screen and (max-width:70px) {
    #s2 a{
        font-size: 1.2em;
      color:#3949ab;
        text-align: center;
        justify-content: center;
        align-items: center;
     }
   
 }
@media screen and (max-width:50px) {
    #s2 a{
        font-size: 1.2em;
      color:#3949ab;
        text-align: center;
        justify-content: center;
        align-items: center;
     }
   
 }
 #s2 p{
    font-size: 1em;
    font-weight: bold;
 }
 @media screen and (max-width:450px) {
    #s2 p{
        font-size: .9em;
        font-weight: bold;
     }
 }
 #tab1{
    text-align: center;
    justify-content: center;
    align-items: center;
 }
 #tab1 button{
    font-size: 1em;
    font-weight: bold;
    filter: drop-shadow(0px 2px 1px #3949ab);  
    background-color:#ffeb3b;
 }
 #tab1 a{
    font-size: 1em;
    font-weight: bold;
   text-decoration: none;
   color: black;
 }

  #s14 {
    font-weight: bold;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
  
  }
  #s14 img {
    width: 30%;
  }
  
  @media screen and (max-width:1000px) {
    #s14 {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      justify-content: center;
      align-items: center;
      text-align: center;
      margin: 0 1em 0 1em;
    }
  
    #s14 img {
      width: 20%;
    }
   
  }
  @media screen and (max-width:500px) {
    #s14 {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      justify-content: center;
      align-items: center;
      text-align: center;
      margin: 0 1em 0 1em;
    }
  
    #s14 img {
      width: 40%;
    }
   
  }
  #m3{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin:30px 15px ;
    background-color:#ffeb3b;
   
 }
#m3 img{
    width: 100%;
   
}
#m3 li, a {
font-size: 1.5em;
color:#3949ab;
text-decoration: none;
list-style: none;
text-align: center;

}
#m3 a{
  
    font-weight: bold;
}
#m3 p{
    font-size: 1.3em;
    
    text-align: center;
}
@media screen and (max-width:850px) {
#m3{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin:0em 0px ;
}   
}
@media  screen and (max-width:600px) {
    #m3 a{
font-size: 1.4em;
    }
    #m3 p{
font-size: 1em;
font-weight: bold;
    }
}
@media  screen and (max-width:400px) {
    #m3 a{
font-size: 1.2em;
    }
    #m3 p{
font-size: 15px;
font-weight: bold;
    }
}
@media  screen and (max-width:350px) {
    #m3 a{
font-size: 1em;
    }
    #m3 p{
font-size: 13px;
font-weight: bold;
    }
}
@media  screen and (max-width:200px) {
    #m3 a{
font-size: 15px;
    }
    #m3 p{
font-size: 9px;
font-weight: bold;
    }
}
#m4{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin: 2em 2em;
    text-align: center;
    align-items: center;
}
#m41 img{
width: 100%;
/* border: 4px solid rgb(240, 240, 42); */
border: 2px solid #3949ab ;
}
#m41 a{
    color: black;
    font-size: 2em;
    font-weight: bold;
}
#m42{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 1em;
   
}
#m42 img{
    width: 100%;
   margin-bottom: 2px;
  
}
#m42 a{
    border: 2px solid #3949ab;
    border-radius: 5px;
    font-size: 1.5em;
    font-weight: bold;
    background-color:#ffeb3b;
   
}
@media  screen and (max-width:700px) {
    #m41 a{
font-size: 1.9em;
    }
   #m42 a{
font-size: 1.4em;
   }
}
@media  screen and (max-width:600px) {
    #m41 a{
font-size: 1.8em;
    }
   #m42 a{
font-size: 1.3em;
   }
}
@media  screen and (max-width:550px) {
  #m4{
    margin: 5px 5px;
  }
    #m41 a{
font-size: 1.7em;
    }
   #m42 a{
font-size: 1em;
   }
}
@media  screen and (max-width:480px) {
    #m41 a{
font-size: 1.5em;
    }
   #m42 a{
font-size: 15px;
   }
}
@media  screen and (max-width:410px) {
    #m41 a{
font-size: 1.2em;
    }
   #m42 a{
font-size: 14px;
   }
}

@media  screen and (max-width:350px) {
    #m41 a{
font-size: 1em;
    }
   #m42 a{
font-size: 12px;
   }
}
@media  screen and (max-width:300px) {
    #m41 a{
font-size: 1em;
    }
   #m42 a{
font-size: 10px;
   }
}
@media  screen and (max-width:250px) {
    #m41 a{
font-size: 1em;
    }
   #m42 a{
font-size: 9px;
   }
}
@media  screen and (max-width:230px) {
    #m41 a{
font-size: 1em;
    }
   #m42 a{
font-size: 7px;
   }
}
@media  screen and (max-width:200px) {
    #m41 a{
font-size: 1em;
    }
   #m42 a{
font-size: 5px;
   }
}
@media  screen and (max-width:150px) {
    #m41 a{
font-size: .8em;
    }
   #m42 a{
font-size:4px ;
   }
}
#m5{
   display: grid;
   grid-template-columns: repeat(1,1fr);
   text-align: center;
   align-items: center;
}
#m51{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
    align-items: center;
}
#m51 img{
    width: 100%;
}
#m51 a{
    border: 2px solid #3949ab;
    border-radius: 5px;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #ffeb3b;
}

    @media  screen and (max-width:400px) {
        #m51 a{
    font-size: .9em;
        }
     
    }
    @media  screen and (max-width:165px) {
        #m51 a{
    font-size: .5em;
        }
     
    }