
#main{
    display:flex;
    justify-content: space-between;
}
p{
    font-size: 12px;
}


#mid{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap:10px; 
  
}

#mid>div>img{
    height:330px;
    width:220px;
}

#left{
    padding-left: 60px;
}
#right{
    padding-right: 60px;
}
p{
    margin-bottom: 7px;
    font-size: 12px;
}
h4{
    margin-top: 40px;
    margin-bottom: 20px;
}




#sortlh{
    border:none;
    background-color: white;
}
#sortlh:hover{
    text-decoration: underline;
}
#sorthl{
    border:none;
    background-color: white;
}
#sorthl:hover{
    text-decoration: underline;
}