.App{display:flex;height:100vh;flex-direction:column}body{margin:0;padding:0}.inputlayout{flex-direction:row}.inputlayout,.inputs{display:flex;justify-content:center;align-items:center}.inputs{height:400px;width:100%;flex-direction:column;background-color:#93fe83}.inputs input{width:200px;height:50px;font-size:18px;margin:10px;padding-left:10px}.inputs button{border:none;width:150px;height:50px;background-color:#13a90b;color:#fff;border-radius:8px;font-size:15px}.inputs:hover,button:hover{cursor:pointer}.listOfSellers{display:flex;justify-content:center;align-items:left;flex-direction:column;margin-top:20px}.sellerContainer{flex-direction:row;margin:10px}.seller,.sellerContainer{display:flex;font-family:"Courier New",Courier,monospace}.seller{width:400px;height:60px;background-color:#13a90b;color:#fff}.seller h3{margin-left:15px}.sellerContainer button{width:80px;height:60px;border:2px solid #000;background-color:#13a90b;color:#fff;font-family:"Courier New",Courier,monospace}#removeBtn{border-left:none}#changeColorBtn{background-color:#00f}
/*# sourceMappingURL=main.1b75450b.chunk.css.map */