.ProfileRightSide { 
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.navIcons {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.navIcons > img, .navIcons > svg {
    width: 1.5rem;
    height: 1.5rem;
}

.r-button{
 height: 3rem;   
 width: 80%;
 align-self: center;
}