#root{text-align:center;min-height:100vh;background-color:#f6f1f1}.deposit,.withdraw{display:grid;gap:3px;border:1px solid #ccc;border-radius:8px;padding-bottom:25px;margin:20px;box-shadow:0 4px 8px #0000001a;max-width:600px}.form{display:grid;justify-content:center;margin-bottom:10px}.card{width:300px;border:1px solid #ccc;border-radius:8px;padding:0 20px;margin:0 20px;box-shadow:0 2px 2px #0000001a;max-width:600px;background-color:#deddef}.main{display:grid;justify-content:center}.h4{padding:2px}.inputField{width:280px;height:35px}.transaction-table-container{display:flex;justify-content:center;margin-bottom:10px}.transaction-table{border-collapse:collapse;width:100%}.transaction-table th,.transaction-table td{border:1px solid #dddddd;text-align:left;padding:10px}.transaction-table th{background-color:#f2f2f2}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;min-height:100vh;background-color:#9a7979}a{font-weight:500;color:#000;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;background-color:#faebd7;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:1em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#cdcdee;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#000;background-color:#f6f1f1}.card{background-color:#deddef}}
