html,body{margin-top:30px;width:100%;background-color:#fff4b3;display:flex;align-items:center;justify-content:center}#root{border-radius:50px;background-color:#fff;width:800px;height:1000px;margin:0 auto;min-height:10vh;box-shadow:#646464 0 0 10px;padding:0 80px}.box{border:5px solid black;border-radius:10px;width:430px;height:430px;margin:15px;text-align:center;padding:20px;box-sizing:border-box}.box.draw{border:10px solid black;border-color:#000}.box.win{border:10px solid green;border-color:green}.box.lose{border:10px solid red;border-color:red}.button{display:flex;justify-content:center;gap:20px;border:none}.button button{border-radius:10px;padding:5px;cursor:pointer;text-align:center;background-color:#fff}.button img{width:100px;height:100px;object-fit:cover;border-radius:10px}.main{display:flex;justify-content:center;margin-bottom:30px}.result-count{font-size:20px;color:#333;font-weight:700;text-align:center;margin-top:40px;margin-bottom:40px}.reset button{width:70px;height:50px;border:none;border-radius:10px;padding:5px;cursor:pointer}button:active{transform:scale(.95);box-shadow:0 2px 4px #0003}.result-reset-container{display:flex;align-items:center;justify-content:space-between}.result{min-height:50px;justify-content:center;align-items:center;font-size:35px;color:#333;font-weight:700;text-align:center;margin-bottom:20px}.result.win{color:green}.result.lose{color:red}.header-title{font-size:20px;color:#b59840;font-weight:700;text-align:center;margin-top:40px;margin-bottom:40px}
