body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;margin:0;overflow:"hidden";padding:0}code{background-color:#f5f5f5;border-radius:3px;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:.95em;padding:2px 4px}@media screen and (max-width:600px){body{font-size:14px;padding:10px}code{font-size:.9em}}@media screen and (min-width:900px){body{font-size:18px}}.App{align-items:center;background-color:#000;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0;padding:10px;text-align:center}.App-logo{height:30vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.start-button{background-color:#61dafb;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:16px;margin:8px 0;padding:15px 32px;text-align:center;text-decoration:none;width:144px}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh;padding:20px}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (min-width:600px) and (max-width:900px){.App-logo{height:25vmin}.start-button{font-size:18px;width:160px}.App-header{font-size:calc(12px + 2vmin)}}@media screen and (orientation:landscape){.App{flex-direction:row;padding:20px}.App-logo{height:20vmin}.start-button{margin:8px 20px}}h1,h2,h3,h4,h5,h6{color:#f5f5f5;font-family:sans-serif;font-style:normal;font-weight:400}.description{width:50%}.onboarding-button{background:#0000;border:none}button:focus{outline:none}.onboarding-div{margin:auto 8rem 8rem auto}.onboarding-intro{margin-left:0;margin-right:0}.board-container{align-items:center;display:flex;justify-content:center;padding:10px}.disabled{background-color:#a9a9a9;pointer-events:none}.board{border:2px solid #000;display:grid;grid-template-columns:repeat(127,5px);grid-template-rows:repeat(127,5px);height:635px;width:635px}.B{background-color:#000}.B,.W{transition:background-color .2s ease-out}.W{background-color:#fff}@media screen and (min-width:600px) and (max-width:900px){.board{grid-template-columns:repeat(127,4px);grid-template-rows:repeat(127,4px);height:508px;width:508px}}@media screen and (max-width:600px){.board{grid-template-columns:repeat(127,3px);grid-template-rows:repeat(127,3px);height:381px;width:381px}}@media screen and (min-width:900px) or (orientation:landscape){.board{grid-template-columns:repeat(127,6px);grid-template-rows:repeat(127,6px);height:762px;width:762px}}.fade-in{animation:fadeIn .25s forwards;opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=main.d19c785b.css.map*/