
*{
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Baloo 2', cursive;
}
header {
    height: 20vw;
    width: 100vw;
    position: relative;
}

/******************admin class section work started from here *******/
.admin {
    padding: 2vw;
   
}

.admin h1 {
    text-align: center;
    text-shadow: 4px 4px 10px;
    text-transform: uppercase;
    margin-bottom: 1vw;
    font-size: 2vw;
}

.admin p {

    font-size: 1.3vw;
    color: rgb(30, 11, 133);
}

.admin ul {
    margin: 2vw;
    font-size: 1.3vw;
    text-shadow: 3px 6px 6px ;
    
}

/******************admin class section work end here *******/

/******************pm class work start here ****/

.pm {
    display: flex;
    justify-content: center;
    
    
}

.pm .pmcontent {
    margin: 2vw;
    

}

.pm .pmimg {

    width: 17vw;
    border-radius: 2vw;
}

.pmcontent p {
    text-align: center;
    font-size: 1.1vw;
    text-shadow: 4px 7px 7px ;
}


.para1 p {
    font-size: 1.3vw;
    overflow: scroll;
    margin-top: 10vw;
}
/**************only for admin page*****/
@media screen and (max-width:424px) {

    .bottom-nav ul li a{

        font-size: 2.5vw;
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        top: 1vw;
    
    } 

}
