.card-title
{
    font-size: 130%;
    padding-bottom: 10px;
}  
.card:hover {
    box-shadow: none;
    height: 40;
    border-bottom: none !important;
    background-color: #f8f9fb;
    color: black;

    
  }
  .card
  {
      min-height: 100%;
      padding: 10px;
      /* pointer-events: none; */ 
  }

   body
  {
    background-color: rgb(190, 202, 202);
  } 
 
  