@import url(https://fonts.googleapis.com/css2?family=Freehand&display=swap);*{box-sizing:border-box;margin:0;padding:0}.App,body,html{height:100%}.App{background-image:url(/odin_memorycard/static/media/game-background.a8810b5abe00cd4343f5.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.score-board{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:initial;color:gold;display:flex;font-family:Freehand,cursive;font-size:1.3rem;gap:1rem;left:0;padding:5px 1.5rem 5px 5px;position:fixed;right:0;top:0}.score--heading{font-size:1.5rem;font-weight:bolder;margin-right:auto;padding-left:1.5rem}.game-board{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;height:100vh;justify-content:center;margin:0 auto;width:1500px}.characters{background-color:#daa520;border-radius:8px;box-shadow:2px 2px 20px 1px #382525;padding-bottom:10px;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.character--photo{border-top-left-radius:8px;border-top-right-radius:8px;height:300px;width:250px}.character--name{font-family:Freehand,cursive;font-size:1.1rem;text-align:center}.characters:hover{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}#show-game-over{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:transparent;bottom:0;display:block;left:0;opacity:1;position:absolute;right:0;text-align:center;top:0;transition:opacity .3s ease-in-out}.game-over{display:none;opacity:0;padding-top:450px}.gameover--text{color:#daa520;font-family:Freehand,cursive;font-size:3rem;font-weight:bolder}.gameover--button{border-color:gray;border-radius:8px;font-size:1.1rem;padding:1rem}.loaderArea{height:100vh}.instruction,.loaderArea{align-items:center;display:flex;justify-content:center}.instruction{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:aqua;background-color:initial;bottom:0;color:gold;flex-direction:column;font-family:Freehand,cursive;gap:1rem;height:100%;left:0;position:absolute;right:0;top:0;z-index:5}.instruction-button{color:#daa520;font-family:Freehand,cursive;font-size:1.1rem;padding:.5rem}.instruction-para{font-size:1.2rem}.hide-instruction{display:none}@media screen and (max-width:412px){.App{height:100%}.game-board{margin-top:1rem;width:400px}.character--photo{height:120px;width:165px}.score-board{left:0;position:fixed;right:0;top:0}.game-board{background-position:50%;background-size:cover;height:100%;padding-top:4rem}.instruction{height:100%}}@media screen and (max-width:414px){.App{height:100%}.game-board{margin-top:1rem;width:414px}.character--photo{height:130px;width:165px}.score-board{left:0;position:fixed;right:0;top:0}.game-board{background-position:50%;background-size:cover;height:100%;padding-top:4rem}.instruction{height:100%}}@media screen and (max-width:390px){.App{height:100%}.game-board{margin-top:1rem;width:390px}.instruction{height:100%}}
/*# sourceMappingURL=main.9bfe7c52.css.map*/