body{
    padding: 100px;
}
.submit-area{
    margin-top: 50px;
    padding: 40px;
    box-shadow: 5px 5px 10px gray;
    border-radius: 8px; 
}
 #transaction-area{
     display: none;
 }   
 .deposite{
     background-color: slateblue;
 }
 .withdraw{
    background-color: lightsalmon;
 }
 .balance{
     background-color: orange;
 }
 .status{
     margin: 0 20px;
     columns: white;
     padding: 20px ;
     border-radius: 10px;
 }
 