#image-gallery { 
 width: 600px; 
 margin: 0 auto;
}

#current-image { 
 width: 100%;
} 

#image-thumbs { 
 display: flex; 
 justify-content: center; 
 margin-top: 20px;
}


.thumb { 
 width: 80px; 
 height: 80px; 
 object-fit: cover; 
 margin-right: 10px; 
 cursor: pointer;
}