.nav-list-item:hover{
    font-size: large;
}

.card-image-css{
    max-height: 30em;
     min-height: 13em;
}
.card-body:hover{
    filter: brightness(70%);
}
.card-title{
    font-size: x-large;
    margin-bottom: 1rem;
    color: #1919ab;
}
.card-text{
  color: #030395cf;
}
.cardline{
      border-top: 5px solid red;
    
  }
  .card{
    border: solid 1px black; 
       box-shadow:12px 12px 70px #38148c72;
  }
@media screen and (min-width:992px){
    .nav-item {
    line-height:80px;
    }}