
@media(max-width:600px)
{
  
    #transact_item_list_container{
        width: 90%;
    }

    .transact_item{
        background-color: white;
        margin: 10px;
        width: 90%;
        margin:10px auto;
        border-radius: 20px;
        box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.288);
        padding:20px 20px;
    }

    .transact_item>h4{
        font-size: smaller  ;
    }
    .transact_item>p{
        font-size: smaller  ;
    }

    #header_container{
        width:100vw;
        height: 40px;
        left: 0;
        margin-top: -25px;
        
    }

}