#transact_item_list_container{
    width: 50%;
    margin: auto;
    height: fit-content;
    padding-top: 50px;
    
    
}

.transact_item{
    background-color: white;
    margin: 10px;
    width: 95%;
    margin:10px auto;
    border-radius: 20px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.288);
    padding:20px 20px;
}

.transact_item>p{
    font-family: montserrat_thin;
    font-weight: bold;
    margin:2px 0;
}


.transact_border{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.582);
    height: 1px;
    margin-top: 20px;

}

#header_container{
    width: 50%;
    margin: auto;
    height: 50px;
    background-color: #353d49;
    position: fixed;
    left: calc(25% - 5px);
    margin-top: -28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #FFEB3B;
    
}

#header_container>h3{
    color: white;
    font-family: montserrat_bold;
}
