.App{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#ccc}@media (prefers-color-scheme: dark){.App{background-color:#121212}}.octo-body{filter:drop-shadow(3px 6px 3px #ff7ebd);transition:filter .1s ease-in-out}.github-corner svg:hover .octo-body{filter:drop-shadow(3px 6px 9px #ff7ebd)}.game{flex:1;max-height:100vh;max-width:100vw;background-color:#ccc}@media (prefers-color-scheme: dark){.game{background-color:#121212}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}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}
