.game-board{display:grid;gap:2px;max-width:fit-content}.game-wrapper{display:flex;flex-direction:column;align-items:center}.mine-button{background-color:#666;border:1px solid black;width:2rem;height:2rem;font-size:1.25rem;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;font-weight:700;font-family:monospace;box-sizing:border-box;transition:all .2s ease-in-out}html{background:#111;color:#eee}body{margin:auto;max-width:1400px;padding:1rem;font-family:monospace}.timer{flex-grow:1;display:flex;justify-content:space-between;align-items:center;font-size:2rem;font-family:monospace}.footer{display:flex;flex-direction:column;align-items:center;font-size:1rem;font-family:monospace}pre{margin:0}.stage{font-size:1rem;font-family:monospace}input{font-size:14px;margin:12px;padding:6px 12px;border-radius:.7em;background:#333;color:#eee;border:1px solid rgb(251,21,242)}button{color:#fff;font-weight:600;font-size:14px;margin:12px;padding:6px 12px;border-radius:.7em;background:-webkit-linear-gradient(225deg,rgb(251,175,21),rgb(251,21,242),rgb(21,198,251)) 0% 0% / 300% 300%;background-size:200% auto}button:hover{animation:gradient_move 1s ease infinite}@keyframes gradient_move{0%{background-position:0% 92%}50%{background-position:100% 9%}to{background-position:0% 92%}}.header{display:grid;grid-template-columns:1fr 1fr;margin-bottom:1rem}.scores{text-align:right}
