*{box-sizing:border-box}body{margin:0;background-color:#0b2434;padding:1.25rem;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}div#root{height:100%;width:100%;max-height:25rem;max-width:25rem}.main-container{width:25rem;height:25rem;display:flex;border-radius:.313rem;flex-direction:column;justify-content:center;align-items:center;background-color:#f5f5f5}.title{font-size:2.5rem;margin:0}.instructions{font-family:Karla,sans-serif;font-weight:400;max-width:19rem;margin-top:.5rem;text-align:center}.dice-container{display:grid;grid-template:auto auto / repeat(5,1fr);gap:1.25rem;margin-top:1rem;margin-bottom:2.5rem}button{font-family:Karla,sans-serif;cursor:pointer}.dice-container button{height:3.125rem;width:3.125rem;box-shadow:0 2px 2px #00000026;border:none;border-radius:.625rem;background-color:#fff;font-size:1.75rem;font-weight:700}button.roll-dice{height:3.125rem;white-space:nowrap;width:auto;padding:.375rem 1.313rem;border:none;border-radius:.625rem;background-color:#5035ff;color:#fff;font-size:1.2rem;margin-bottom:1rem}.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}
