*{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}p{color:#08223a;font-family:Poppins,sans-serif;font-size:2rem}h2{color:#08223a;font-family:Poppins,sans-serif;font-weight:500}button{font-family:Poppins,sans-serif}:focus{outline:.2rem solid #08223a}.grid-col{grid-template-columns:repeat(1,1fr);display:grid}.center-flex--horizontal{justify-content:center;display:flex}.center-flex{justify-content:center;align-items:center;display:flex}.row-reverse-flex{flex-direction:column-reverse}.wrap-flex{flex-wrap:wrap}.btn{border-radius:20px;padding:1.1rem 6rem;font-family:Poppins,sans-serif;font-size:2rem}.btn:hover{cursor:pointer;transition:all .3s}.btn-primary{color:#fff;background-color:#1c73c3;border:none;box-shadow:0 0 10px #0003}.btn-primary:hover{background-color:#1968b0}.btn-secondary{color:#1c73c3;background-color:#ecf6ff;border:.2rem solid #1c73c3;box-shadow:0 0 10px #0003}.btn-secondary:hover{color:#ecf6ff;background-color:#1c73c3}.text-align-center{text-align:center}.horizontal-center-absolute{position:absolute;left:50%;transform:translate(-50%)}.margin--10{margin:0 10%}.margin--15{margin:0 15%}.margin--20{margin:0 20%}.margin--25{margin:0 25%}.margin--30{margin:0 30%}.gap--3{gap:3rem}.gap--2{gap:2rem}.gap--1{gap:1.5rem}.hidden{visibility:hidden;opacity:0;transition:visibility,opacity .5s ease-out}.active-window{visibility:visible;opacity:1}.memory-block{background-color:#fff;border-radius:1rem;box-shadow:0 0 10px #0003}.memory-block-height--10{height:10rem}.memory-block-height--5{height:5rem}.memory-block-height--3{height:3rem}.memory-block-:active{background-color:#1c73c3;box-shadow:0 0 10px #0003}.memory-block-area{padding:0 0 5rem}.active{background-color:#1c73c3}.default-box{background-color:#ecf6ff;border-radius:20px;width:120rem;height:90vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #0003}.area-box-styling{margin:auto}.memory-block-and-start{width:100%;height:auto}.game-box-grid{grid-template-rows:12rem 3fr 1fr;grid-template-columns:1fr;align-items:center;display:grid}.text-box{place-self:center;padding:5rem}.message-text{font-size:2.3rem}.bottom-area{justify-content:space-between;display:flex}.scores{align-self:end;position:relative}.scores-box{background-color:#fff;border-radius:20px;justify-self:left;width:25rem;margin:5rem;padding:2.5rem;box-shadow:0 0 10px #0003}.current-score{padding-bottom:1rem}.high-score-text{position:absolute;top:1.5rem;left:50%;transform:translate(-50%,-50%)}.high-score-modal-background{background-color:#000c;width:100vw;height:100vh;position:absolute}.high-score-modal-box{background:#ecf6ff;border-radius:20px;flex-direction:column;width:50%;height:70%;position:relative}.high-score-modal-box h2{margin:0;font-size:3.5rem}.high-score-modal-box p{margin:2rem 1rem;font-size:2.5rem}.high-score-applause-gif{width:80%;max-height:45rem}.btn-quit{margin:5rem}.support-quit-button{align-items:end;display:flex}.background{background:linear-gradient(125deg,#1c73c3 0%,#a5d8ff 100%);position:fixed;inset:0;overflow:auto}.difficulty-buttons{gap:2rem}.btn-difficulty{text-align:center;width:17rem;padding:1.1rem 0}.difficulty-text{text-align:center;flex-wrap:wrap;flex-basis:100%;padding-bottom:8rem}.difficulty-text h2{color:#08223a;font-size:3rem}.btn-previous{margin:5rem;position:absolute;bottom:0;left:0}.custom-difficulty-text h2{padding-bottom:2rem;font-size:3rem}.custom-tile-input-field{color:#08223a;text-align:center;background-color:#ecf6ff;border:none;border-bottom:.2rem solid #1c73c3;outline:none;width:10rem;height:4rem;margin-bottom:2rem;font-size:3rem}.select-tiles-area{position:relative}.text-box-custom{width:100%;margin-top:2rem}.message-custom-tiles{font-size:2rem}@media (max-width:1281px){html{font-size:60%}.default-box{width:90vw}.memory-block-and-start .margin--30{margin:0 25%}.memory-block-and-start .margin--20{margin:0 15%}.memory-block-and-start .margin--15{margin:0 10%}.memory-block-and-start .margin--10{margin:0 5%}.high-score-modal-box{width:70%;height:70%}}@media (max-width:801px){html{font-size:55%}.default-box{width:92.5vw}.memory-block-and-start .margin--30{margin:0 15%}.memory-block-and-start .margin--20,.memory-block-and-start .margin--15{margin:0 10%}.memory-block-and-start .margin--10{margin:0 5%}.difficulty-buttons{flex-basis:60%;gap:4rem}}@media (max-width:585px){html{font-size:50%}.default-box{width:95vw;height:95vh}.game-box-grid{grid-template-rows:12rem 3fr 1fr}.text-box{margin:0 2rem}.memory-block-and-start .margin--30{margin:0 10%}.memory-block-and-start .margin--25,.memory-block-and-start .margin--20,.memory-block-and-start .margin--15{margin:0 7.5%}.memory-block-and-start .margin--10{margin:0 5%}.memory-block-area{padding:0 0 3rem}.memory-block-height--10{height:5rem}.memory-block-height--5{height:3.5rem}.memory-block-height--3{height:2.5rem}.bottom-area{flex-wrap:wrap;justify-content:center}.support-quit-button{flex-basis:100%;order:2;justify-content:center}.btn-quit{margin:0 5rem 2rem}.scores-box{margin:1rem 5rem 2rem;padding:1.5rem 2.5rem}.high-score-text{top:-3rem}.high-score-modal-box{width:90%;height:60%}.difficulty-buttons{flex-basis:50%;gap:6rem}.btn-previous{margin:0;left:50%;transform:translate(-50%,-50%)}}@media screen and (orientation:landscape) and (max-height:870px) and (min-width:1200px){#game-area{width:90vw;height:auto;margin-top:80px}.game-box-grid{display:block}}@media screen and (orientation:landscape) and (max-height:610px) and (min-width:1200px){#game-area{width:90vw;height:auto;margin-top:180px}.game-box-grid{display:block}}@media screen and (orientation:landscape) and (max-height:410px) and (min-width:1200px){#game-area{width:90vw;height:auto;margin-top:280px}.game-box-grid{display:block}}@media screen and (orientation:landscape) and (max-height:820px) and (max-width:1199px) and (min-width:660px){#game-area{width:90vw;height:auto;margin-top:50px}.game-box-grid{display:block}}@media screen and (orientation:landscape) and (max-height:660px) and (max-width:1199px) and (min-width:660px){#game-area{width:90vw;height:auto;margin-top:120px}.game-box-grid{display:block}}@media screen and (orientation:landscape) and (max-height:475px) and (max-width:1199px) and (min-width:660px){#game-area{width:90vw;height:auto;margin-top:220px}.game-box-grid{display:block}}@media only screen and (max-height:820px) and (max-width:659px) and (min-width:420px){#game-area{width:90vw;height:auto;margin-top:0}.game-box-grid{display:block}}@media only screen and (max-height:550px) and (max-width:659px) and (min-width:420px){#game-area{width:90vw;height:auto;margin-top:75px}.game-box-grid{display:block}}@media only screen and (max-height:320px) and (max-width:659px) and (min-width:420px){#game-area{width:90vw;height:auto;margin-top:150px}.game-box-grid{display:block}}
/*# sourceMappingURL=index.b9b3b6ea.css.map */
