@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{padding:0;margin:0;box-sizing:border-box}body{background-color:#ee6c6c;color:#fff;font-family:"Roboto",sans-serif;display:flex;justify-content:center;min-height:100vh;padding:2rem}h1{margin:2rem;text-align:center;color:#b1e2e6}.board{border:1rem solid #2fffff;background:#2fffff;width:500px;height:500px;display:grid;grid-template:repeat(3,1fr)/repeat(3,1fr);grid-gap:1rem;gap:1rem}.squares{background:#ee6c6c;border:none;font-size:5rem;cursor:pointer;outline:none}.X{color:#302877}.O{color:#25ff30}.history{display:flex;justify-content:space-between;color:#b1e2e6;text-decoration:underline}h3{padding:1rem}li{list-style:none}.final{display:flex;flex-direction:row;justify-content:space-between}.history button{background:#b1e2e6;color:#000;border-radius:20px;border:1px solid #fff;outline:0;cursor:pointer;padding:.5rem;margin:.5rem 1rem}
/*# sourceMappingURL=main.9e22bd01.chunk.css.map */