html{overflow:hidden}
body{
    background: #ECDAB9;
    font: normal 10px Ubuntu;
    color: #74625c;
}
#left-side-profile-page {
    position:fixed;
    left:0; 
    top:0; 
    height: 100vh;
    width: 15vw;
    z-index:999;
    background:#74625C;
    align-items:center;
    justify-content:center;
    color: #ECDAB9;
    transition: .3s;
}
#right-side-profile-page { 
    position:fixed;
    right:0; 
    top:0;
    height: 100vh;
    width: 85vw;
    display: flex;
    align-items:center;
    justify-content:center;
}
#right-side-profile-content{
    width: 90%;
    height: 90vh;  
}
#left-side-profile-content{
    width: 100%;
    height: 100vh;
}