/* Ensuring image transparency */
img.transparent-image {
    background-color: transparent; /* Ensures background remains transparent */
    display: block;                /* Removes any unwanted inline spacing */
    width: auto;                   /* Adjusts image width as needed */
    height: auto;                  /* Adjusts image height as needed */
}
