#right {
    margin-top: 1.4rem;
}

#right #top {
    display: flex;
    justify-content: end;
    gap: 2rem;
}

#right #top #profile {
    display: flex;
    gap: 2rem;
    text-align: right;
}

#right #top button {
    display: none;
}


#right > #top img {
    margin-right: 5rem;
    height: 3rem;
    width: 3rem;
}

#right > #top svg.use {
    height: 1.6rem;
    width: 1.6rem;
}