button{width:calc(50% - 10px);min-width:70px;height:100%;min-height:80px;font-weight:500;font-size:25px;border:none;border-radius:5px;cursor:pointer;padding:5px;background-color:#ff0;box-shadow:0 0 10px #fff,0 0 20px #ff0,0 0 40px #ff0,0 0 70px #fa0,inset 0 0 15px #ff0}button:hover{background-color:#ff0c;border-color:gray}button:active{background-color:#ffff0080;color:gray}button:disabled{pointer-events:none}.square_button{height:10px;width:10px}.text-wrapper{padding:15px;margin:15px;white-space:pre-line;text-align:center;background-color:#ff0;border-radius:30px;box-shadow:0 0 10px #fff,0 0 20px #ff0,0 0 40px #ff0,0 0 70px #fa0,inset 0 0 15px #ff0}.text{font-size:30px;font-weight:700;line-height:50px;color:#000}.timer-wrapper{display:flex;align-items:center;justify-content:center;height:200px;width:200px;padding:15px;white-space:pre-line;text-align:center;background-color:#ff0;border-radius:50px;box-shadow:0 0 10px #fff,0 0 20px #ff0,0 0 40px #ff0,0 0 70px #fa0,inset 0 0 15px #ff0}.timer-text{font-size:100px;font-weight:700;line-height:100px;color:#000}.yellow-card{width:100px;height:140px;border-radius:8px;box-sizing:border-box;transition:all .3s ease;display:flex;justify-content:center;align-items:center}.yellow-card.empty{background-color:transparent;border:2px solid rgba(255,235,59,.5)}.yellow-card.active{background-color:#ffeb3b;border:none;box-shadow:0 0 15px #ffeb3b,0 0 30px #ffeb3b}.game-score-container{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:20px;background-color:#1e1e1e99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50px;padding:10;margin:0 auto 20px;border:1px solid rgba(255,235,59,.1);box-shadow:0 4px 15px #0000004d}html,body{margin:0;padding:0;width:100%;min-height:100vh;background-color:#ff0;overflow:hidden;color:#fff}#root{width:100%;min-height:100vh;background-image:url(/background/bg_header.svg),url(/background/bg_footer.svg),url(/logo.svg);background-position:top center,bottom center,center center;background-repeat:repeat-x,repeat-x,no-repeat;background-size:auto 50px,auto 50px,80%;display:flex;justify-content:center;align-items:center}.content-container{width:80%;min-height:80vh;background-color:#ffff001a;box-sizing:border-box;border-radius:30px;box-shadow:0 0 20px #ffff0014;box-shadow:inset 0 0 15px #ffff0008,0 0 20px #ffff0014;display:flex;justify-content:center;align-items:center}.content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.content-buttons-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;width:100%;max-width:800px}
