#root,body,html{width:100%;height:100%;margin:0;padding:0;font-family:Open Sans,sans-serif;background-image:url(/memory-game/static/media/background.86e52162.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-tap-highlight-color:rgba(0,0,0,0)}.App,.App-wrapper{position:relative;height:100%}.App{width:100%;max-width:1400px;margin:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;background-color:rgba(0,0,0,.5)}.Header{margin:0;width:100%;text-align:center;background-image:-webkit-gradient(linear,left top,right bottom,from(#f9ba32),to(orange));background-image:-webkit-linear-gradient(top left,#f9ba32,orange);background-image:-o-linear-gradient(top left,#f9ba32,orange);background-image:linear-gradient(to bottom right,#f9ba32,orange);color:#fff}.Points{width:70%;margin-left:15%;margin-right:15%;margin-top:1%;color:#fff;font-weight:700;text-align:right}.App-container{z-index:2;width:70%;min-height:70%;margin-left:15%;margin-right:15%;padding:1%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;overflow:auto}.Plate{position:relative;min-height:24%;width:24%;margin:1% 0;text-align:center;background-image:-webkit-gradient(linear,left top,right bottom,from(#f9ba32),to(orange));background-image:-webkit-linear-gradient(top left,#f9ba32,orange);background-image:-o-linear-gradient(top left,#f9ba32,orange);background-image:linear-gradient(to bottom right,#f9ba32,orange);border-radius:15px;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.75);box-shadow:0 0 5px 1px rgba(0,0,0,.75);cursor:pointer}.Plate-hover{display:none;z-index:3;background-color:#000;border-radius:15px}.Image,.Plate-hover{position:absolute;top:0;left:0;right:0;bottom:0}.Image{z-index:4;border-radius:13px;background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (max-width:1000px){.App-container{width:96%;margin:0;padding:2%;min-height:60%}}@media only screen and (min-width:1001px){.Plate:hover .Plate-hover{display:block}}.Footer{width:100%;max-height:1400px;height:20px;background-color:rgba(0,0,0,.7);color:#fff;font-size:14px;text-align:center}
/*# sourceMappingURL=main.2dec55ec.css.map*/