@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}#root,body,html{width:100%;height:100%;padding:0;margin:0}article,aside,caption,figure,footer,header,main,section{display:block;margin:0}blockquote,code,h1,h2,h3,h4,h5,h6,li,ol,p,pre,ul{display:block}h1,h2,h3,h4,h5,h6{padding-left:0;padding-right:0;margin:0}li,ol,ul{list-style:none}a,a:hover{text-decoration:none}a:hover,button:active,button:hover{outline:none}.game{font-family:"Roboto",sans-serif;font-size:1rem;flex-direction:column;justify-content:space-between;height:100vh;padding:0;margin:0;overflow-x:hidden}.game,.header-game{display:flex;align-items:center;width:100%}.header-game{background-color:#eff1f6;flex-direction:row;justify-content:center;height:12.8vh;padding:0 1em}.game-nav{justify-content:space-between;align-items:center;padding:1vmin .5em;margin:.125em auto;width:100%;height:100%}.game-nav div{flex-basis:24%;text-align:center}.game-title{font-size:1.76vmax;font-weight:500}.restart-game{font-weight:500;color:#0e6fbe;cursor:pointer}.restart-game svg{padding:.0625em;margin-right:.25em}.game-play-area{background-color:#22262b;width:100%;height:100%;min-height:87.2vh;padding:1em;margin:0 auto}.game-play-row{width:100%;height:100%;padding:2em;margin:.25em auto}.game-grid,.game-play-row{justify-content:center;align-items:center}.game-grid{display:grid;grid-template-columns:auto auto auto auto;grid-template-rows:1fr 1fr;grid-gap:.25em;gap:.25em;justify-items:center;align-content:center;width:33vmin;min-height:24vmax;height:24vmax;max-height:24vmax;padding:15vmin 5rem;margin:0 auto}@media (min-width:480px){.game-grid{grid-gap:.25em;gap:.25em}}@media (min-width:768px){.game-grid{grid-gap:.5em;gap:.5em}}@media (min-width:1025px){.game-grid{grid-gap:.75;gap:.75}}.card{display:flex;justify-content:center;align-items:center;background-color:#c8c9cb;width:15vmin;min-height:7vmax;height:7vmax;max-height:7vmax;padding:2.5rem;cursor:pointer;outline:none}.card-back{background-color:#4fc2c4;box-shadow:0 0 .3125em .0625em #222}.card span{text-align:center;color:#fff}.hide-card{visibility:hidden;opacity:0;display:none}
/*# sourceMappingURL=main.a59ff944.chunk.css.map */