*{box-sizing:border-box}body{margin:0;background-color:#0a283b;min-height:100vh;display:flex;justify-content:center;align-items:center;font-family:Karla,sans-serif}h1,p{margin:0}main{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f5f5f5;border-radius:10px;width:20rem;height:35rem;padding:0 10%}.game-title{font-family:Inter,sans-serif;margin-bottom:1rem;color:#6d5eb6}.game-instructions{font-family:Inter,sans-serif;margin-bottom:3rem;text-align:center;color:#4a4e74}.dice-container{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:1fr 1fr;gap:1rem .5rem;width:100%}.roll-button{display:flex;align-items:center;text-align:center;margin-top:2rem;font-family:Karla,sans-serif;font-weight:700;font-size:1.12rem;background-color:#7863ff;color:#fff;padding:1rem 3rem;border-radius:5px;box-shadow:0 3.1999998092651367px 7.679999828338623px #0000002e;border:none;cursor:pointer}.roll-button:active{background-color:#533ce7}@media (min-width: 576px){main{width:35rem;height:35rem}.dice-container{width:75%;gap:1.5rem}}@media (min-width: 1400px){html{font-size:22px}}@media (min-width: 2000px){html{font-size:30px}}@media (min-width: 3000px){html{font-size:45px}}@media (min-width: 3600px){html{font-size:60px}}.die{display:flex;justify-content:center;align-items:center;text-align:center;color:#2b283a;font-weight:700;font-size:1.5rem;background-color:#fff;box-shadow:0 2px 2px #00000026;border-radius:5px;cursor:pointer;user-select:none;aspect-ratio:1}.held{background-color:#1db8ab;color:#fff}
