.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;
}
.card-div1{
    display: inline-block;
    width: 100%;
    /* height: 600px; */
    margin-top:50px;
    
}
.card-div1 .card-body{
    /* height: 60px; */
    width: 100%;
    /* border: 1px solid black; */
}

.card-div1 .card-body label{
    /* color: #2677b5; */
    color: #007be0;
    font-size: 27px;
    font-weight: 670;
}
.card-div1 .card-body a{
    color: #2677b5;
    font-size: 18px;
    height: 40px;
    width: 70px;
    background: linear-gradient(#e3f0fa,#cce7fc , #c4e5ff, #b6ddfc ,#99d1ff);
    text-align: center;
    padding-top: 6px;
    font-weight:500;
    margin-left: 50px;
    border-radius: 6px;
    border: 1px solid #51abf5;
    text-decoration: none;
}