﻿.cardContainer {
    transition: 0.3s ease-out all !important; 
}

    .cardContainer:hover {
        transform: scale(1.05)
    }