.file-card {
    cursor: pointer;
    width: 200px;
    height: 200px;
}

.file-card.selected {
    border: 2px solid blue;
}

.file-card .card-image {
    display: flex;
    justify-content: center;
}

.file-card .card-image img {
    height: 130px;
    width: 200px;
}