#root{max-width:1280px;margin:0 auto;text-align:center}*{box-sizing:border-box}body{margin:0;background-color:#0b2434;font-family:Karla,sans-serif}main{background-color:#f5f5f5;height:400px;max-width:600px;border-radius:5px}.top-container{display:flex;flex-direction:column;justify-content:space-around;align-items:center;padding:20px}.title{font-size:40px;margin:0;padding-bottom:1rem}.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}.die-face{height:50px;width:50px;box-shadow:0 2px 2px #00000026;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}.die-num{font-size:2rem}.roll-dice{height:50px;width:100px;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}.bottom-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.rolls-container,.time-container{width:120px}h3{margin:.5rem}h5{margin:.25rem}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}
