*{margin:0;padding:0}body{display:flex;justify-content:center;align-items:center;height:100vh}#drum-machine{display:flex;width:500px;background-color:#000}#drum-machine .drum-pad{width:100px;height:100px;display:flex;justify-content:center;align-items:center;border-radius:3px;font-weight:600}#drum-machine #keyboard{display:grid;grid-template-columns:auto auto auto;grid-gap:4px;padding:4px}#drum-machine #display{margin:25px 12px 12px;display:flex;justify-content:center;align-items:center;width:150px;height:30px;background:#ded4c2;text-transform:uppercase;padding:4px;font-weight:600}#drum-machine #power{margin-top:40px}#drum-machine #power p{margin-bottom:3px;color:#fff;text-align:center;font-weight:400}h2{padding-bottom:20px}#drum-machine #power .select,.outer-select{background-color:#515653;width:30px;height:20px;margin:0 auto}#drum-machine #power .select .inner,.inner-select{width:15px;height:18px;background-color:#fff;border:1px solid grey}
/*# sourceMappingURL=main.28b53194.chunk.css.map */