@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);*{padding:0;margin:0;box-sizing:border-box}body{background-color:#fff;color:#000;font-family:"Roboto",sans-serif;display:flex;justify-content:center;min-height:100vh;padding:2rem}h1{margin:2rem}.board{border:1px solid #fff;background:#fff;width:300px;height:300px;display:grid;grid-template:repeat(3,1fr)/repeat(3,1fr);grid-gap:1px;gap:1px}.squares{background:#272727;border:none;font-size:3rem;cursor:pointer;outline:none}.X{color:#fff}.SK{color:green}.info-wrapper{display:flex;justify-content:space-between}h3{padding:1rem}li{list-style:none}.info-wrapper button{background:#272727;color:#fff;border:none;outline:none;cursor:pointer;padding:.5rem;margin:.5rem 1rem}
/*# sourceMappingURL=main.aeb9ed41.chunk.css.map */