*{box-sizing:border-box}body{margin:0;background-color:#0b2434;padding:20px;min-height:100vh;display:flex;justify-content:center;align-items:center;font-family:Karla,sans-serif}#root{width:100%;max-width:600px;height:100%}main{background-color:#f5f5f5;border-radius:10px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;height:100%}.title{font-size:clamp(2rem,5vw,3.5rem);margin:0;text-align:center}.titlee{align-items:center;justify-content:center;text-align:center}.titlee>img{max-width:80%}.instructions{font-size:clamp(1rem,2.5vw,1.25rem);text-align:center;margin:0;font-weight:500}.dice-container{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(.5rem,2vw,1.25rem)}.dice-container button{width:clamp(60px,15vw,80px);height:clamp(60px,15vw,80px);font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;background-color:#fff;border:none;border-radius:10px;box-shadow:0 2px 2px #00000026;cursor:pointer;display:flex;justify-content:center;align-items:center}.roll-button{padding:.75rem 2rem;font-size:clamp(1rem,3vw,1.25rem);background-color:#5035ff;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s ease}.roll-button:hover{background-color:purple}span{font-size:clamp(1rem,2.5vw,1.25rem)}b{color:#8b0000}.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}.counter{font-size:x-large;font-weight:500}.middle{display:flex;flex-direction:column;align-items:center;justify-items:center;gap:10px}
