html{font-size:62.5%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{background-color:#1f2023}h1{text-align:center;margin-top:2rem;font-size:3rem;color:#fcd016}.board{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:0 auto;width:26rem;justify-items:center}.square{background-color:#000;border-radius:.8rem;padding:2rem;width:4rem;height:4rem;display:flex;justify-content:center;align-items:center;font-size:2rem;color:#eef;font-weight:700}.turns{width:15rem;margin:2rem auto;display:flex;justify-content:center}.turns div{font-size:3rem;padding:2rem;color:#f8f6ee}.isSelected{background-color:#cdd7d6;color:#1f2023!important}.reset{margin:3rem auto;font-size:2rem;color:#fff;text-align:center;background-color:#f87060;border-radius:1rem;padding:1.5rem;width:15rem}.result{text-align:center;font-size:1.8rem;font-weight:700;color:#cdd7d6}
