#root{height:100vh;overflow:hidden}body{background-color:#e5e5e5}body *{-webkit-font-smoothing:antialiased;font-weight:700;box-sizing:border-box}.start{background-color:#0a3039;align-items:center;justify-content:center;text-align:center;width:100vw;position:absolute;height:100vh;z-index:1;color:#fff}.start h1{font-weight:700;font-size:34px;margin:80px 0 25px}.start h1,.start p{font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif}.start p{font-size:22px;margin-bottom:10px}.start .level{color:#fa5d59;text-transform:uppercase;font-size:18px;display:inline-block;margin:0 10px}.start .prompt{font-size:25px}.start .time{font-size:50px;color:#f1f597;margin-bottom:20px}.header{background-color:#0a3039;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:22px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff}@media screen and (min-width:728px){.header{font-size:30px;height:60px}}.restart{position:absolute;left:5%;top:11px;color:#f1f597;font-size:28px;font-weight:700}@media screen and (min-width:728px){.restart{top:13px;font-size:34px}}.timer{font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:27px;background-color:#f1f597;padding:5px 10px;margin-right:15px}.intro{text-align:center;height:20vh}.stats{height:calc(20vh - 50px);display:flex;align-items:center;justify-content:center;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;color:#0a3039}@media screen and (min-width:728px){.stats{height:calc(20vh - 60px)}}ul{color:#0a3039;display:grid;grid-gap:10px;font-size:30px;justify-content:center;align-content:center;height:80vh;padding:20px;max-width:728px;margin:0 auto}ul.easy{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,130px)}@media screen and (min-width:728px){ul.easy{grid-template-rows:repeat(2,220px);font-size:46px;grid-gap:20px}}ul.hard{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,100px)}@media screen and (min-width:768px){ul.hard{grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(2,130px)}}ul.crazy{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(4,90px);font-size:16px}@media screen and (min-width:768px){ul.crazy{grid-template-columns:repeat(6,90px);grid-template-rows:repeat(4,110px);font-size:34px}}li{text-align:center;position:relative;-webkit-perspective:800px;perspective:800px}li.flipped{pointer-events:none}li.flipped div{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}li div{width:100%;height:100%;position:absolute;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;display:flex;align-items:center;justify-content:center}li div svg{width:50%;z-index:1}figure,li div svg{-webkit-backface-visibility:hidden;backface-visibility:hidden}figure{display:flex;align-items:center;justify-content:center;margin:0;position:absolute;width:100%;height:100%;box-shadow:0 0 5px rgba(0,0,0,.25);border-radius:5%;border:10px solid #fff}.crazy figure{border-width:5px}.front{background:#f4f4ed}.back{background-color:#8ad8eb;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.progressContainer{height:5px;width:100%;background-color:#fff}.progressContainer div{background-color:#fa5d59;height:100%}.shuffle-15{-webkit-animation:shuffleIn 15s linear infinite;animation:shuffleIn 15s linear infinite}@-webkit-keyframes shuffleIn{0%{width:0}to{width:100%}}@keyframes shuffleIn{0%{width:0}to{width:100%}}
/*# sourceMappingURL=main.00c75346.chunk.css.map */