*{

    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "montserrat";
    text-decoration: none;

}


html,body{

    width: 100%;
    height: 100%;

}


#main{
    width: 100%;
    height: 100%;
    
    
}
#page1{
    width: 100%;
    height: 10%;
    background-color: #3b3442;

}

#nav{
    max-width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
   
}
#nav h1{
   font-size: 3vw; 
}

#nav a{
    font-size: 1.5vw;
    color: white;
}



#page2{

padding: 3vw;
display: flex;
width: 100%;
height: auto;
gap: 20px;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;

}

#card{
    border: 1px solid rgb(202, 199, 199);
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgb(207, 202, 202);   
    width: 230px;
    height: 60px;
    display: flex;
}

#card .icn{
    width: 30%;
    height:60px ;
   padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
   

}



#card .txt{
    
padding: 20px;
width: 70%;
height: 60px;

}


#card .txt a{
    
    color: #000000;
    font-family: "montserrat";
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;

}


#card .icn img{
  
width: 80%;
height:35px ;
object-position: center;
object-fit: cover;


}


#mid #card:nth-child(17){
margin-left: 500px;



}


@media (max-width: 320px) {
    html,body{
        width: 100%;
        height: 100%;
        z-index: hidden;
    }

    #page1{
        max-width: 100%;
        height: 15vh;
        background-color: #3b3442;
        
    }
    
    #nav{
        max-width:100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
       
    }
    #nav h1{
       font-size: 4.5vw; 
       color: white;
    }
    
    #nav a{
        font-size: 3vw;
    }
}

@media (max-width: 720px){
    html,body{
        width: 100%;
        height: 100%;
        z-index: hidden;
    }

    #page1{
        max-width: 100%;
        height: 15vh;
        background-color: #3b3442;
        
    }
    
    #nav{
        max-width:100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
       
    }
    #nav h1{
       font-size: 4.5vw; 
    }
    
    #nav a{
        font-size: 3vw;
    }
   
}
