*{box-sizing:border-box}body{display:flex;justify-content:center;align-items:center;height:100vh;margin:0;padding:20px;background-color:#0b2434;font-family:Karla,"sans-serif"}main{display:flex;flex-direction:column;justify-content:space-around;align-items:center;max-width:800px;height:400px;padding:1.25rem;background-color:#f5f5f5;border-radius:5px}.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);grid-gap:20px;margin-bottom:40px}.dice-face{display:flex;justify-content:center;align-items:center;height:50px;width:50px;background-color:#fff;border-radius:10px;box-shadow:0 2px 2px #00000026;cursor:pointer}.dice-number{font-size:2rem}button{height:50px;width:150px;background-color:#5035ff;color:#fff;font-family:inherit;font-size:1.3rem;border:none;border-radius:8px;box-shadow:0 2px 2px #00000026;cursor:pointer}.dice-face{background-color:#59e391}
