html{font-family:Inter}body{background-color:#22242a;color:#fff;display:grid;height:100dvh;place-items:center;text-align:center}.board{grid-gap:15px;background:#1b1e22;gap:15px;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);padding:15px}.board,.tile{border-radius:10px;display:grid}.tile{aspect-ratio:1;background-color:#22242a;cursor:pointer;font-size:20px;font-weight:600;height:50px;padding:10px;place-items:center}.clicked div{background-color:#1777ff;border-radius:100px;display:grid;height:40px;place-items:center;width:40px}
/*# sourceMappingURL=main.aec106e6.css.map*/