main{width:360px;height:379px;background:#847a89;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin-top:100px}.inner-main{width:320px;height:330px;padding:15px 34.56px 33.92px;border-radius:10px;background:#f5f5f5;border:1px solid #55555533}.dice-container{display:grid;grid:36px 36px / repeat(auto-fill,36px);column-gap:calc((100% - 180px)/4);row-gap:18px}.button-section{margin-top:26px}h1,h2{color:#2b283a;font-family:Karla,sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal}h1{font-size:26px;margin:0;color:#282183}h2{font-size:21px;margin:0;padding:0}h3{margin:8px 0 0}p{margin:0;line-height:1.3;text-align:center}.low-score{color:#5035ff;font-weight:700}button{margin:17px 0 13px;font-family:Karla,sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;color:#fff;font-size:16px;background:#5035ff;width:122.16px;height:35.84px;border-radius:3.81px;transition:.2s ease-in background;border:none;cursor:pointer}button:hover{background:#3f29d1}button:active{box-shadow:inset 5px 5px 10px -3px #000000b3}button:focus{outline:4px solid rgba(117,170,255,.5)}footer{width:100%;padding:.5rem 0;background:#404ea00f;font-family:Roboto,sans-serif}footer p,footer small{text-align:center}footer a{color:#39457b;text-decoration:none;font-weight:500}footer .fa-terminal{animation:terminal-animate 1.5s infinite}@keyframes terminal-animate{0%{opacity:1}25%{opacity:0}to{opacity:1}}.die{border-radius:10px;box-shadow:0 2px 2px #00000026;display:flex;justify-content:center;align-items:center;background-color:#fff;transition:.2s ease-in background-color;position:relative;width:auto}.die:hover{background-color:#59e391;cursor:pointer}.die:focus{outline:4px solid rgba(117,170,255,.5)}.die.held{background-color:#59e391}.top-left:after{content:"";top:5px;left:5px;width:7px;height:7px;background-color:#555;border-radius:50%;position:absolute}.top-middle:after{content:"";top:5px;left:15px;width:7px;height:7px;background-color:#555;border-radius:50%;position:absolute}.top-right:after{content:"";top:5px;left:25px;width:7px;height:7px;background-color:#555;border-radius:50%;position:absolute}.middle-middle:after{content:"";top:15px;left:15px;width:7px;height:7px;background-color:#555;border-radius:50%;position:absolute}.bottom-left:after{content:"";top:25px;left:5px;width:7px;height:7px;background-color:#555;border-radius:50%;position:absolute}.bottom-middle:after{content:"";top:25px;left:15px;width:7px;height:7px;background-color:#555;border-radius:50%;position:absolute}.bottom-right:after{content:"";top:25px;left:25px;width:7px;height:7px;background-color:#555;border-radius:50%;position:absolute}*{box-sizing:border-box}body{margin:0;display:flex;font-size:13px;flex-direction:column;justify-content:space-between;align-items:center;height:100vh;font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"slnt" 0}
