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