.gallery-image{
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    width: 80px;
    height: 80px;
}

div.gallery-image-div{
    border-radius: 7px;
    border: 2px solid #e0e0e6;
}
div.gallery-image-div.active{
    border: 2px solid var(--bs-green);
}
