*{box-sizing:border-box;margin:0;padding:0}body{height:100vh;width:100vw;min-width:350px;min-height:300px}#root{width:100%;height:100%}#wrapper{width:100%;height:100%;flex-direction:column;gap:50px;display:flex;align-items:center;justify-content:center}#drummer{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;min-width:350px;width:90%;max-width:90%;margin:0 auto}#drummer button{width:100%;padding:10px;box-sizing:border-box;text-align:center;font-size:16px}.active{background-color:red}
