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