/* Make images responsive */ img { max-width: 100%; /* Ensure images don't exceed their container's width */ height: auto; /* Maintain aspect ratio */ }