.profile-header {
    background-color: #B57CFF;
    color: white;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.profile-header img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    border: 4px solid white;
}

.profile-header h5 {
    margin-top: 10px;
    font-weight: bold;
}

.profile-header svg {
    position: absolute;
    left: 10px;
    top: 10px;
}

.profile-header .edit-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.info-item {
    margin-top: 20px;
    font-size: 18px;
}

.info-item i {
    color: #B57CFF;
    font-size: 24px;
    margin-right: 10px;
}

.info-item p {
    display: inline;
    font-weight: bold;
}

.info-item small {
    display: block;
    margin-left: 34px;
}