
.card {
    transition: box-shadow .3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.10);
    border: 8px solid;
    color: inherit;
    text-decoration:none;
    
  }
 
.navbar{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.35);
}


.card-title {
    transition: all 0s ease 0s;
    text-align: center; 
    color:rgba(0, 0, 0, 0.70) ;
    transition: unset;
    
  }
  .card-title:hover {
    color: rgba(0, 0, 0, 0.70);
  }

  .label {
    transition: all 0s ease 0s;
    text-align: center; 
    color:rgba(0, 0, 0, 0.70) ;
    transition: unset;
    
  }
  
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.80);
    text-decoration:none;
  }

