#drum-machine{width:700px;background-color:beige;padding:20px;border-radius:5px;box-shadow:10px 10px 10px #000;display:flex;flex-direction:column;column-gap:20px;justify-content:space-between;row-gap:20px}#drum-machine #drum-pads{height:max-content;display:grid;grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,auto);justify-items:stretch;align-items:center;grid-row-gap:10px;grid-column-gap:10px}#drum-machine #display{display:flex;row-gap:20px;flex-direction:column}#drum-machine #display-row{width:100%;background-color:#b8860b;color:#fff;height:50px;padding:5px;border-radius:5px;display:flex;align-content:center;justify-content:center;align-items:center}#root{height:100vh;width:100vw;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}
