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}.game .board{justify-content:center;align-items:center;flex-direction:column;gap:10px}.game .board .cell{width:100px;height:100px;border-radius:0;border:none;text-align:center;vertical-align:middle;font-size:50px;font-weight:700;background-color:#f2f2f2;outline:none;margin-bottom:10px}.game .board .cell:hover{color:inherit}.game .board .cell_x{background:#bb76ff;color:#fff}.game .board .cell_o{color:#00f}.game p{text-transform:uppercase;font-size:20px;font-weight:500;margin-top:30px}.game .reset{margin-top:20px;min-width:200px;border-radius:2px;border:none}.App{text-align:center;background-color:#e6e6fa;height:100vh}.App-header{background-color:#282c34;min-height:10vh;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#fff}.App-header>h2{font-size:calc(10px + 3vmin)}.App-header .small{font-size:16px;font-weight:400}.App-logo{height:10vmin;pointer-events:none;justify-self:flex-end}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}main{padding:50px}@media screen and (max-width: 550px){main{padding:20px}}label{display:flex;margin-bottom:15px;font-size:18px;font-weight:800;text-transform:uppercase;margin-top:25px}input{height:40px;box-shadow:none;border-radius:5px;border:1px solid #ccc;font-size:16px}button{border:1px solid #ccc;font-size:16px;text-transform:uppercase;margin-left:10px;font-weight:600;cursor:pointer;height:44px;background:#c1f2ff;border-radius:7px}button:hover{color:#dcfff3;background:#333}
