html{height:100%}*{box-sizing:border-box}body{margin:0;background-color:#0b2434;padding:20px;width:100%;height:100%;font-family:Karla,sans-serif}#root{width:100%;height:100%;display:flex;justify-content:center;align-items:center}main{background-color:#f5f5f5;height:600px;width:800px;max-width:800px;border-radius:5px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.title{font-size:40px;margin:0}.instructions{font-family:Inter,sans-serif;font-weight:400;margin-top:0;text-align:center}.dice-container{display:grid;grid-template:auto auto / repeat(5,1fr);gap:20px;margin-bottom:40px}.dice-information-container{width:570px;max-width:100%;display:flex;justify-content:space-between;align-items:center;font-weight:700;background-color:#5035ff;color:#fff;padding:10px;border-radius:8px}.die-face{height:60px;width:60px;box-shadow:0 2px 2px #00000026;border-radius:10px;display:grid;grid-template-areas:"a . c" "e g f" "d . b";cursor:pointer;flex:0 0 auto}.pip{display:block;align-self:center;justify-self:center;width:12px;height:12px;border-radius:50%;background-color:#000}.pip:nth-child(2){grid-area:b}.pip:nth-child(3){grid-area:c}.pip:nth-child(4){grid-area:d}.pip:nth-child(5){grid-area:e}.pip:nth-child(6){grid-area:f}.pip:nth-child(odd):last-child{grid-area:g}.die-num{font-size:2rem}.roll-dice{height:50px;width:170px;border:none;border-radius:6px;background-color:#5035ff;color:#fff;font-size:1.2rem;font-family:Karla,sans-serif;cursor:pointer}.roll-dice:focus{outline:none}.roll-dice:active{box-shadow:inset 5px 5px 10px -3px #000000b3}
