footer {
background-color: #f0f0f0; /* Optional: Add a background color */
padding: 20px; /* Optional: Add some padding */
text-align: center; /* Optional: Center the image */
}
footer img {
max-width: 100%; /* Ensure the image doesn't overflow its container */
height: auto; /* Maintain aspect ratio */
}