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