a.icon {
    transition: transform 0.3s ease-in;
}

a.icon:hover {
    transform: scale(1.25);

}

img#profile-pic {
    width: 15%;
}

div.card {
    box-shadow: .1rem .125rem .2rem rgba(0, 0, 0, .10);
    transition: all 0.3s ease-in;
}

div.card:hover {
    transform: scale(1.05);
    border-left: .5rem solid rgba(0, 0, 0, .25);
}

div.card-img-top {
    max-height: 50px;
    overflow: hidden;

}