.image-links {
    display: flex;
    align-items: center;
}

.image-links a {
    margin-right: 10px; /* Adjust the spacing between images */
}

.image-links img {
    width: 28px; /* Adjust the size of the images */
    height: 28px; /* Adjust the size of the images */
}
