
.box-ab{
    width: 20rem;
    transition: transform 500ms ease-in-out;
    flex-shrink: 1;
}
.box-ab:hover{
    cursor: default;
    transform: scale(.95);
}