.icon-name {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
}

.icon-name img {
    width: 250px;
    height: 250px;
    border-radius: 125px;
}

.name {
    font-size: 36px;
    font-weight: bold;
    color: #4D4F69;
}

.profile-detail {
    display: flex;
    flex-direction: column;
}