body{font-family:Verdana,Geneva,Tahoma,sans-serif;margin:0;padding:0;touch-action:none}.game-header{background-color:tomato;box-shadow:10px 10px #000;color:#fff;padding:30px}.header-title{margin:auto;text-align:center}.main-content{display:flex;flex-direction:column}.board-flex{display:flex}.timer-wrapper{margin:30px}.timer{background-color:#000;border:10px solid #000;color:#fff;font-size:2em;margin:auto;max-width:500px;padding:20px;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none}.inactive{color:grey}.won{color:#90ee90}.game-board{grid-gap:10px;border:10px solid #000;box-shadow:10px 10px grey;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);margin:auto;max-width:500px;min-width:300px;padding:10px;width:100%}.tile{align-items:center;aspect-ratio:1;background-color:#90ee90;box-shadow:2px 2px grey;color:#000;display:flex;justify-content:center;width:100%}.tile-empty{display:none}.tile-label{-webkit-user-select:none;-ms-user-select:none;user-select:none}.victory{grid-column:2/span 2;grid-row:2/span 2;text-align:center}.victory-button{background-color:tomato;border:0;color:#fff;cursor:pointer;font-size:1.3em;padding:20px 40px}
/*# sourceMappingURL=main.3a8ad7b1.css.map*/