@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);body{background:#d08ff9}*,body{box-sizing:border-box;margin:0;padding:0}body{height:1000px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;min-height:100vh;padding:2rem}h1{margin:2rem}.board{border:1rem solid #ff652f;background:#ff652f;width:500px;height:500px;display:grid;grid-template:repeat(3,1fr)/repeat(3,1fr);grid-gap:1rem;gap:1rem}.squares{background:#272727;border:none;font-size:5rem;cursor:pointer;outline:none}.X{color:red}.O{color:green}.info-wrapper{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;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.e9b9ffec.chunk.css.map */