.navbar{
    background: white;
    box-shadow: 0px 0px 9px 0px #acadad;
    text-align: center;
}
.navbar img{
    float: left;
}
.navbar p{
    float: left;
    font-size: 25px;
    color: #c1d8e8;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 1px;
}
.heading p{
    color: #2677b5;
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
    /* margin-left: 10px; */
    
}
.heading .pL{
    font-size: 45px;
    font-weight: 600;
    color: #2677b5;
}
.heading .ps{
    font-size: 27px;
    color: #2677b5;
    font-weight: 600;
}
.card-div{
    display: inline-block;
    width: 100%;
    /* height: 600px; */
    margin-top:20px;
}
.card-div .card-body a{
    text-decoration: none;
    color: grey;
}
.card-div .card-body a:hover{
    color: #2677b5;
    letter-spacing: 2px;
}
.card-div .card-body{
    height: 140px;
    width: 100%;
    transition: 1s;
}
.card-div .card-body:hover{
    transform: scale(1.2);
    background: white;
    box-shadow: 0px 0px 10px 0px black;
    z-index: 2;
}