.profile__avatar-img {
    width: 72px;
    height: auto;
    object-fit: cover;
}

.profile__name {
    font-weight: 700;
    font-size: 1.125rem;
}

.profile__description {
    color: #4b5563;
    line-height: 1.6;
}


.profile__socials {
    display: flex;
    gap: 16px;
    list-style: none;
}


.profile__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
}

.profile__social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


