.img1{
    padding-left: 4cm;
}
.img2{
    padding-left: 3.5cm;
    width:400px ;
    height: 263px;
    
}
.img0{

    border-radius: 400px;
    width:350px ;
    height: 350px;
}
.sag{
    text-align: center;
}


p{
    font-size: larger;
    font-style:italic;

}
h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
h2{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.img3{
    /* border-radius: 01cm; */
    border-radius: 400px;
    
    width: 350px;
    height: 350px;
    
    
}
.log{
    text-align: center;

}
a{
    text-decoration: none;
    color: black;
}

.phd img{
    height: 250px;
    width: 250px;
    border-radius: 200px;
}

.phd{
    display: flex;
    justify-content: center;
}
.gajanan, .ashish, .pushkal{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px 10px;
}

@media screen and (max-width:900px)  {
    .phd{
        flex-direction: column;
    }
    
}

.phd-page{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:10px ;
    border: 2px solid rgb(133, 114, 114);
    border-radius: 10px;
    background-color: rgb(218, 170, 107);
    width: cover;
    height: 40px;
    margin-bottom: 10px;
    /* margin: auto; */
}
.mycolumn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.phd-page h2{
    /* margin: 0px; */
    /* border: 2px solid black; */
}