*{box-sizing:border-box}body{margin:0;background-color:#2a658a;padding:20px;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}div#root{height:100%;width:100%;max-width:400px}main{padding:20px;background-color:#d6e4fa;border-radius:8px;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.title{font-size:40px;margin:0;background-color:#2a658a;padding:10px 20px;border-radius:8px;color:#fff}.instructions{margin:0 20px 20px;font-weight:400;text-align:center}.dice-container{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto auto;gap:10px;margin-bottom:40px}.dice-container button{height:50px;width:50px;box-shadow:0 2px 2px #00000026;background-color:#fff;border:none;border-radius:10px;font-size:1.75rem;font-weight:700;cursor:pointer}button.roll-dice{height:50px;white-space:nowrap;width:auto;padding:6px;border:none;cursor:pointer;border-radius:6px;background-color:#5035ff;color:#fff;font-size:1.2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
