
.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;
    
}

.background{
    background: pink;
}
.welcome p{
    color: #2677b5;
    display: inline-block;
    
}

.welcome .pL{
    font-size: 45px;
    font-weight: 600;
    color: #2677b5;
}
.welcome .ps{
    font-size: 27px;
    color: #2677b5;
    font-weight: 600;
}
.links{
    display: line;
}
.card-div{
    display: inline-block;
    width: 100%;
    /* height: 600px; */
    margin-top:50px;
}
.card-div .card-body a{
    text-decoration: none;
    color: grey;
}
.card-div .card-body a:hover{
color: #2677b5;
letter-spacing: 1.3px;
}
.card-div .card-body{
    height: 140px;
    width: 100%;
    transition: 1s;
}
.card-div .card-body:hover{
    transform: scale(1.1);
    background: white;
    box-shadow: 0px 0px 10px 0px black;
    z-index: 2;
}