:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;transition:background-color .5s ease;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;width:100%;align-content:baseline;justify-content:center}.board-row{display:flex}#root{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}body{overflow:hidden}.game{min-width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo{max-height:80px;max-width:80px}.square{height:100px;width:100px;margin:5px;max-height:100px;display:flex;justify-content:center;padding:20px}@keyframes move{0%{left:0;top:100%}10%{left:58%;top:97%}25%{left:10%;top:20%;transform:rotate(-720deg) scale(2)}50%{left:40%;top:50%;transform:rotate(720deg)}75%{left:60%;top:20%;transform:rotate(-270deg) scale(5)}to{left:100%;top:100%}}.joekellogo{text-decoration:none;padding-right:20px;left:50%;position:absolute;animation:move 6s;-ms-transform:rotate(360deg)}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}@media (max-width: 768px){.logo{max-height:60px;max-width:60px}.square{height:75px;width:75px;margin:5px;max-height:75px;display:flex;justify-content:center;padding:10px}h1{font-size:1.2em;line-height:1.1}.joekellogo{max-width:200px}}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#000;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#000}a:hover{color:#747bff}button{background-color:#000}}.skadoosh{font-size:2rem;font-weight:700;color:#000;text-align:center;margin-top:1rem;animation:poPop .6s ease-in-out;z-index:1000}@keyframes poPop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}
