.social-links {
    text-align: center;
    margin-top: 20px;
}

.social-links a {
    display: inline-block;
    margin: 5px;
}

.social-links img {
    width: 30px;  /* Adjust size (Try 24px, 30px, or 40px) */
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.social-links img:hover {
    transform: scale(1.1); /* Slight zoom effect */
}
