/* ... existing styles ... */

.instagram-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    /* Ensure the link takes up the full space of the card content */
    width: 100%;
    height: 100%;
}

.instagram-card-link:hover .instagram-username {
    text-decoration: underline;
    /* Optional: underline username on hover */
}