.MyProfileSimpleClient {
    position: relative;
    display: grid;
    grid-template-columns: 18rem auto 20rem;  
    gap: 1rem;
    height: 100vh;
}

.Profile-center {
 display: flex;
 flex-direction: column;
 gap: 1rem;
 
}

.MyProfile {
    overflow: hidden;
    color: var(--white);
    padding: 1rem 1rem;
    height: 200vh;
    width: 100%;
    max-width: 100%;
    /* margin-bottom: 20rem; */
}
