img {
    display: block;
    margin: 20px auto; /* Center the image horizontally and add some space between images */
    width: 100%; /* Adjust width as needed */
    max-width: 400px; /* Limit max width */
    
}
