*{box-sizing:border-box}body{margin:0;font-family:Karla,sans-serif;background:#0b2434;padding:20px;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}div#root{height:100%;width:100%;max-width:400px;max-height:400px}main{height:100%;border-radius:10px;background:#f5f5f5;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column}.title{color:#2b283a;font-weight:700;font-size:40px;margin:0}.instructions{color:#4a4e74;font-family:Inter,sans-serif;font-weight:400;font-size:18px;text-align:center;margin:0 40px 30px}.dice-container{display:grid;grid-template:auto auto /repeat(5,1fr);gap:20px;margin-bottom:40px}button{font-family:Karla,sans-serif;cursor:pointer}.dice-container button{font-weight:700;font-size:1.75rem;width:50px;height:50px;border:none;border-radius:10px;box-shadow:0 2px 2px #00000026;background:#fff}button.roll-dice{width:auto;padding:6px 21px;height:50px;border:none;border-radius:6px;background-color:#5035ff;box-shadow:0 3.2px 7.68px #0000002e;color:#fff;font-weight:700;font-size:1.2rem}button.roll-dice:focus{box-shadow:0 0 0 4px #7fdbff}.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}
