﻿body {
}


.card-img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    align-self: center;
}
.card-img:hover {
    transform: scale(1.20);
    transition: transform 1s ease-in-out;
    transform-origin: center;
}











