@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Poppins';
    background: url('../Photos/Info about page.jpg');
    background-size:contain;
    background-repeat: no-repeat;
}




.h1-prd {
    font-family: 'poppins', sans-serif;
    text-align: center;
    background-color: #ff812c;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top:1% ;
    color: rgb(255, 255, 255);

}


#cont-card {
    /* background:rgb(248, 248, 248); */
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20vw;
    text-align: center  ;
    margin-left: 39%;
    margin-bottom: 2%;
    margin-top:2%;
    padding: 20px;
    /* border-radius: 20px; */
    min-width:150px;

    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);


}
    


#m-h1 {
    color:rgb(90, 90, 90);
}

a {
    color: #ff812c;
}

p {

    color:#ff812c ;

}

@media screen and (max-width:740px) {
   a , p { 
    font-size: 10px;
   }

   h1 {
       font-size: 20px;
   }

   #cont-card {
       
    margin-left: 37%;
    
    
}
} 

@media screen and (max-width:1560px) {
    body {
        background: none;
    }

   
 } 

 @media screen and (max-width:400px) {
    
    #cont-card {
       
        margin-left: 25%;
        
        
    }
 } 
 

