.content{
    background-color: darkorchid;
    margin-left: 400px;
    margin-top: -10;
    
}
.item{ 
    border-top: 1px solid black ;
}
.top{
    display: flex;
    background-color:steelblue;
    position: sticky;
    width: 100% - 400px;
    margin-left: 400px;
    top: 0px;
}
.top p{
    margin-left: 200px;
}
.side{
    background-color: crimson;
    width: 390px;
    height: 100vh;
    background-image: url('');
    position: fixed;
}
.img{
    background-image: url('');
    background-color: crimson;
    width: 390px;
    height: 400px;
}
.scroll{
    background-color: antiquewhite;
    overflow: scroll;
    height: 53%;
    margin-top: -50px;
}