#singleGrid2 img  {
    max-width: 100%;
    max-height: 100%;
    margin: 5px;
    object-fit: contain;
}


#singleGrid3 img  {
    max-width: 100%;
    max-height: 100%;
    margin: 5px;
    object-fit: contain;
}

#box  {
    height: 120px;
    width: 120px;
    background-size: cover; /* Scale image to cover the entire box */
    background-position: center center; /* Center the background image */
}


#download  {
    max-width: 100%;
}
