body {
    font-family: 'Roboto Slab', serif;
}

#transaction-area {
    display: none;
}

.deposit {
    background-color: slateblue;
}

.withdraw {
    background-color: lightsalmon;
}

.balance {
    background-color: orange;
}

.status {
    color: white;
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
}

.submit-area {
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid gray;
}