.edit-my-account{
    max-width: 600px;
    margin: 60px auto auto auto;
}

    .edit-my-account h1{
        margin-bottom: 20px;
    }

    .edit-my-account .profile-photo{
        margin: 80px auto 60px auto;
        width: fit-content;
    }

    .edit-my-account .profile-photo .flaming{
        width: 80px;
        height: 80px;
    }

        .edit-my-account .profile-photo .flaming img{
            width: 80px;
            height: 80px;
        }