body {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.table .item-image{
    height: 10vh;
}
