.wrap-update-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrap-update-profile .energy {
    padding: 15px 30px;
    border-radius: 13px;
}

.profile-img {
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.15);
    height: 100px;
    width: 100px;
}