input{
    width: 300px;
    height: 30px;
    margin-bottom: 8px;
    border-radius: 10px;
}
#div{
    display: flex;
    justify-content: center;
    align-items: center;
}

#CollectData, #Deposite{
    background: #ffffff;
    border: 2px solid black;
    height: max-content;
    width: max-content;
    padding: 8px;
    border-radius: 10px;
    margin-right: 10px;
    font-weight: 700;
}
#push{
    margin-left: 30px;
}
#push, #btn{
   width: 40%;
   height: 30px;
   border-radius: 10px;
   text-align: center;
   font-size: 16px;
}
#cbtn{
    width: 100%;
    height: 30px;
   border-radius: 10px;
   text-align: center;
   font-size: 16px;
}
.div{
    border: 1px solid black;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
}
#products{
    /* border: 1px solid black; */
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div3{
    height: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50%;
    border-radius: 10px;
    margin-left: 24%;
    background: #2c9538;
    color: white;
    font-weight: 700;
    font-size: 18px;
}
#Display{
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    font-weight: 700;

}