.user-body{
    height: 50vh;
}

.user-top{
    display: flex;
}

.user-top-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
    width: 100%;
    height: 100px;
    font-size: 30px;
}

.user-top-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100px;
}

.user-top-right a{
    margin: 10px 10px;
    padding: 10px 5px;
    border: 1px solid black;
    border-radius: 10px;
    height: fit-content;
}

.user-top-right a:hover{
    background-color: rgb(179, 226, 131);
}