body{text-align:center;font-family:Arial,Helvetica,sans-serif}.container{width:max(calc(100% - 8vw),300px);margin:auto}.btn{background:linear-gradient(180deg,#768d87 5%,#6c7c7c);background-color:#768d87;color:#fff}.btn:hover{background:linear-gradient(180deg,#6c7c7c 5%,#768d87);background-color:#6c7c7c}.btn:active{position:relative;top:1px}.btn-clicked{color:grey;background:#fff}.btn,.btn-clicked{box-shadow:inset 0 1px 0 0 #91b8b3;border:1px solid #566963;border-radius:1rem;outline:none;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;margin:.5rem;text-shadow:0 1px 0 #2b665e}.grid{font-size:1rem;display:grid;grid-template-columns:repeat(auto-fill,6rem);grid-gap:.25rem;gap:.25rem;justify-content:center}.react-card-flip{width:6rem;height:8rem;cursor:pointer}.back-card,.front-card{height:100%}.popup-container{position:fixed;width:100%;top:0;bottom:0;left:0;right:0;margin:auto;display:grid;align-items:center;justify-content:center;z-index:2}.popup{width:80%;margin:auto;padding:2rem;background:#fff;border:2px solid #000;border-radius:17px;box-shadow:0 0 50px 0 rgba(0,0,0,.25)}.score-table{width:min(calc(100% - 2vw),30rem);margin:1rem auto;text-align:center;border-collapse:collapse}.score-table td,.score-table th{padding:6px 4px}.score-table tbody td{font-size:16px;font-weight:700}.score-table thead{background:#cfcfcf;background:linear-gradient(180deg,#dbdbdb 0,#d3d3d3 66%,#cfcfcf);border-bottom:2px solid #000}.score-table thead th{font-size:20px;font-weight:700;color:#000;text-align:center}.score-table__winner-strip{background:#d0e4f5}.loader{width:4rem;height:4rem;margin:8rem auto;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@media only screen and (max-width:800px){html{font-size:14px}}@media only screen and (max-width:600px){html{font-size:12px}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.518949b2.chunk.css.map */