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