
.img-size {
    width: 70px;  /* Adjust as needed */
    height: 70px; /* Adjust as needed */
    object-fit: cover; /* This will ensure that your images cover the entire space without distortion */
}


.navbar {
    box-shadow: 0px 10px 20px -3px rgba(0, 0, 0, 0.2),
                0px 4px 6px -2px rgba(0, 0, 0, 0.1); /* Increased shadow for more elevation */
    margin-bottom: 20px; /* Added margin to create space between navbar and elements below it */
}

div.darkbox {
    background-color: #C6C7C8; /* Black w/opacity/see-through */
    margin: 5px;
}

.sold:not(#credit) {
    text-decoration: line-through;
    text-decoration-color: red;
}

.sold:not(#credit) img {
    filter: grayscale(100%);
}
