a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.home{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;line-height:1.5}.head{max-width:300px;padding-bottom:30px;font-size:1.2rem}.button{width:200px;height:50px;background-color:#e7a61a;-webkit-tap-highlight-color:transparent;color:#000;border:0;border-radius:10px;-webkit-box-shadow:0 3px 6px 0 #000;-moz-box-shadow:0 3px 6px 0 #000;box-shadow:0 3px 6px 0 #000;outline:0;font-family:'Press Start 2P',cursive;font-size:1.2rem;cursor:pointer}.game{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding-top:15px;max-height:568px;font-family:"Courier New",serif}.game .head{padding:20px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.game .head h1{font-size:3rem;margin-bottom:20px}.game h2{font-size:1.5rem;margin:10px 0}.results{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;line-height:1.5}.results .panel{border:4px dotted #000;padding:20px 20px;font-family:"Courier New",serif}.results .panel h1{font-size:3rem}.grid{display:grid;grid-template-columns:repeat(3,90px);grid-template-rows:repeat(2,90px);grid-gap:10px;padding:20px}.break{display:block;width:100%;margin-top:10px;margin-bottom:10px}.card{position:relative;transition:.3s;transform-style:preserve-3d}.card .back,.card .front{position:absolute;top:0;left:0;width:100%;height:100%;cursor:grab;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:3rem;backface-visibility:hidden;border:1px solid #864601;box-shadow:0 6px 5px 0 #864601;-webkit-box-shadow:0 6px 5px 0 #864601;-moz-box-shadow:0 6px 5px 0 #864601}.card .front{background:#e7a61a;color:#864601;z-index:2;transform:rotateY(0)}.card .back{background:#fff}.back,.card[data-flipStatus=FLIPPED],.card[data-flipStatus=MATCHED]{transform:rotateY(180deg)}.card[data-flipStatus=MATCHED] .back{opacity:.2;border:3px dashed red}