@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";*:before,*:after,body{box-sizing:border-box;padding:0;margin:0}body{font-family:"Press Start 2P",Arial,Helvetica,sans-serif;background-color:#222;color:#fff}.outer_wrapper{padding:1em;text-align:center}header{margin-top:2em;margin-bottom:4em}header>h1{margin-bottom:1.5em;font-weight:400}header>h2{font-size:1rem;font-weight:400;line-height:30px;letter-spacing:1px}.section_counter{padding:1em}.counters{display:flex;justify-content:space-between;gap:7.7em}.section-game{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:2em}.grid-4x3{display:grid;gap:.5em;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr)}.grid-6x4{display:grid;gap:1em;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(4,1fr)}.field{font-family:"Press Start 2P",Arial,Helvetica,sans-serif;background-color:transparent;color:#fff;border:1px solid #fff;display:flex;align-items:center;justify-content:center;width:80px;height:80px;cursor:pointer;perspective:1000px;transition:transform .5s ease;-webkit-user-select:none;user-select:none}.field .content{display:flex;justify-content:center;align-items:center;font-size:3rem;width:100%;height:100%;backface-visibility:hidden;transition:transform .5s ease;transform:rotateY(180deg);-webkit-user-select:none;user-select:none}.field.flipped .content{transform:rotateY(0)}.play_game-btn{font-family:"Press Start 2P",Arial,Helvetica,sans-serif;background-color:transparent;color:#fff;border:1px solid #fff;padding:2em 4em;cursor:pointer}.flipped{transform:rotateY(180deg)}.matched{background-color:#139a43;cursor:not-allowed}.hidden{display:none}@media only screen and (max-width: 320px){.best_time{line-height:1.5}.counters{gap:2.5em}.grid-3x3{gap:.5em}.field{width:60px;height:60px}}@media only screen and (max-width: 492px){.best_time{line-height:1.5}}@media only screen and (min-width: 720px){header>h1{font-size:3rem}header>p{font-size:1.2rem}.counters{gap:29.5em}.field{width:100px;height:100px}}
