*{box-sizing:border-box;margin:0;padding:0}#root{-webkit-animation:moveGradient 30s infinite alternate;animation:moveGradient 30s infinite alternate;background:linear-gradient(60deg,#000,#fff);background-position:0 25%;background-size:200% 200%}@-webkit-keyframes moveGradient{50%{background-position:100% 50%}}@keyframes moveGradient{50%{background-position:100% 50%}}.main-container{align-items:center;display:flex;flex-direction:column;min-height:100vh;width:100vw}.title-container{height:5%;padding:3rem}.content-container,.title-container{align-items:center;display:flex;justify-content:center;width:100%}.content-container{flex-direction:column;height:100%}.card-container{flex-wrap:wrap;gap:.5rem;width:600px}.card-container,.cards{align-items:center;display:flex;justify-content:center}.cards{background-color:#000;border:1px solid #fff;color:#fff;flex-direction:column;height:150px;text-shadow:0 0 10px #ff0;width:140px}.cards:hover{border:3px solid orange;cursor:pointer;-webkit-transform:scale(1.2);transform:scale(1.2)}img{cursor:not-allowed;height:100%;pointer-events:none;width:100%}.score-container{align-items:center;color:#fff;display:flex;flex-direction:column;height:125px;justify-content:space-evenly}.footer-container{color:#fff;padding:1rem;text-shadow:0 0 10px #ff0}.modal-container{align-items:center;background-color:#fff;border:5px solid orange;display:flex;height:800px;justify-content:center;min-width:600px;opacity:85%;position:absolute;top:20%}.gamestatus-text{-webkit-text-fill-color:transparent;-webkit-animation:textclip 2s linear infinite;animation:textclip 2s linear infinite;-webkit-background-clip:text;background-image:linear-gradient(-225deg,#231557,#44107a 29%,#ff1361 67%,#fff800);background-size:auto auto;background-size:200% auto;font-size:3rem}@-webkit-keyframes textclip{to{background-position:200%}}@keyframes textclip{to{background-position:200%}}.modal{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;width:100%}.close-btn{border:2px solid #000;border-radius:25px;color:#000;font-size:1.2rem;font-weight:1000;padding:.2rem}.hscore-number,.score-number{color:#ff0;text-shadow:0 0 10px #ff0}.high-score,.score{font-size:1.2rem}.text-container{display:flex;flex-wrap:wrap;font-size:2rem;font-weight:1000;gap:.5rem}.text-container>span{-webkit-animation:glow 2s ease-in-out infinite;animation:glow 2s ease-in-out infinite;text-transform:uppercase}@-webkit-keyframes glow{0%,to{color:#fff;text-shadow:0 0 10px #0652dd,0 0 50px #0652dd,0 0 100px #0652dd}10%,90%{color:#111;text-shadow:none}}@keyframes glow{0%,to{color:#fff;text-shadow:0 0 10px #0652dd,0 0 50px #0652dd,0 0 100px #0652dd}10%,90%{color:#111;text-shadow:none}}.text-container>span:nth-child(2){-webkit-animation-delay:.25s;animation-delay:.25s}.text-container>span:nth-child(3){-webkit-animation-delay:.5s;animation-delay:.5s}.text-container>span:nth-child(4){-webkit-animation-delay:.75s;animation-delay:.75s}.text-container>span:nth-child(5){-webkit-animation-delay:1s;animation-delay:1s}.text-container>span:nth-child(6){-webkit-animation-delay:1.25s;animation-delay:1.25s}.text-container>span:nth-child(7){-webkit-animation-delay:1.5s;animation-delay:1.5s}@media (max-width:480px){.modal-container{background-color:#fff;border:5px solid orange;height:2450px;opacity:85%;position:absolute;top:40%;width:40%}.card-container,.modal-container{align-items:center;display:flex;justify-content:center}.card-container{flex-wrap:wrap;gap:.5rem;width:100%}}
/*# sourceMappingURL=main.e8632349.css.map*/