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