*{box-sizing:border-box;font-family:Karla,sans-serif}body{background:#0b2434;flex-direction:column;justify-content:center;align-items:center;height:100vh;margin:0;padding:20px;display:flex}.container{flex-direction:row;display:flex}main{background:#f5f5f5;border-radius:1rem;flex-direction:column;justify-content:space-evenly;align-items:center;gap:30px;max-width:500px;margin:1rem;padding:2rem;display:flex}#root{flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.die-container{grid-template:auto auto/repeat(5,1fr);gap:20px;margin-bottom:25px;display:grid}.roll-die{white-space:nowrap;color:#fff;cursor:pointer;background-color:#5035ff;border:none;border-radius:6px;width:auto;height:50px;padding:6px 21px;font-size:1.2rem}.title-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.title{margin:0;font-size:40px}.github-link{color:#000;margin:0;font-size:1rem;font-weight:500;text-decoration:underline}.instructions{text-align:center;margin:0;font-weight:400}.best-score-section{background-color:#f5f5f5;border-radius:1rem;flex-direction:column;justify-content:start;align-items:start;max-width:500px;margin:1rem;padding:1rem 2rem;display:flex}.roll-count-text{margin:0}.score-text{margin-top:0;margin-bottom:.5rem}.score-text-best{color:#59e391;font-weight:600}@media (max-width:600px){#root{justify-content:start}main{gap:20px}.roll-die{height:40px;font-size:1rem}.title{margin:0;font-size:40px}.instructions{margin-bottom:10px;font-size:14px}.die-container{margin-bottom:18px}.container{flex-direction:column}.best-score-section{margin-top:0}}.die{cursor:pointer;color:#000;background-color:#fff;border:none;border-radius:10px;width:50px;height:50px;font-size:1.75rem;font-weight:700;box-shadow:0 2px 2px #00000026}.is-held{background-color:#59e391}@media (max-width:600px){.die-container button{width:40px;height:40px;font-size:1.2rem}}
