
.ImageNotFound {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 15rem;
    font-size: 3rem;
}

.col-custom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dt-buttons {
    margin-left: 10px;
}

td {
    vertical-align: middle;
}
