.board{flex-wrap:wrap;box-sizing:border-box;max-width:700px;border:1px solid #bbada0;background-color:#bbada0}.board,.board__cell{display:flex;flex-grow:1}.board__cell{flex-shrink:0;flex-basis:calc(33% - 10px);justify-content:center;align-items:center;font-size:2em;border:2px solid #bbada0;background-color:#eee4da;cursor:pointer}.board__cell:after{content:"";display:block;padding-bottom:100%}.board__cell:active{background-color:#adff2f}.board__cell.is-active{background-color:green}.board__cell-number{font-size:1.5em;color:#766e63;font-weight:700;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0;padding:0;background:#ffafbd;background:linear-gradient(90deg,#c79081,#dfa579)}.stats{display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;font-weight:700;text-align:left}.stats__score-wrap{font-size:2.5em;letter-spacing:1px}.stats__bestScore-wrap{font-size:1.4em;letter-spacing:3px}.game-container{display:flex;height:100vh;justify-content:center;align-items:center}html{height:100%;font-family:Arial,Helvetica,sans-serif}
/*# sourceMappingURL=main.b2e2acba.chunk.css.map */