@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);*{box-sizing:border-box;margin:0;padding:0}body{align-items:center;background:linear-gradient(90deg,#4facfe 0,#00f2fe);color:#fff;display:flex;font-family:Roboto,sans-serif;justify-content:center;min-height:100vh;padding:2rem}h1{margin:2rem}.board{grid-gap:1rem;background:#ff652f;border:1rem solid #ff652f;display:grid;gap:1rem;grid-template:repeat(3,1fr) /repeat(3,1fr);height:500px;width:500px}.squares{background:#272727;border:none;cursor:pointer;font-size:5rem;outline:none}.X{color:red}.O,.X{font:5rem sans-serif}.O{color:green}.info-wrapper{display:flex;justify-content:space-between}h3{padding:1rem}li{list-style:none}.info-wrapper button{background:#272727;border:none;color:#fff;cursor:pointer;margin:.5rem 1rem;outline:none;padding:.5rem}
/*# sourceMappingURL=main.94c31d92.css.map*/