.card-body{
    line-height: 5;
}
.hov:hover{
    color: white !important;
    font-size: 30px !important;
}
a:hover{
    text-decoration: none !important;
}

.card:hover{
    transform: scale(1.05);
    /*box-shadow: 0px 0px 25px 10px grey;*/
}
.fa-chevron-right:hover{
    transform: scale(1.05);
}