body{margin:0;padding:0;font-family:sans-serif}*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}.App{text-align:center}.App-logo{-webkit-animation:App-logo-spin infinite 4s linear;animation:App-logo-spin infinite 4s linear;height:80px}.App-header{background-color:#222;padding:4px;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.App-intro{cursor:pointer}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.content{width:100vw;display:grid;grid-template-columns:1fr calc(100vh - 88px) 1fr}.board{height:calc(100vh - 88px);width:calc(100vh - 88px);max-width:100vw;max-height:100vw;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr)}.square{background-color:#ddd;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.graveyard{padding:10px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);grid-gap:10px;-ms-flex-align:top;align-items:top}.graveyard div{max-height:calc((100vh - 88px)/ 4)}.white{direction:rtl}
/*# sourceMappingURL=main.0d7563b9.css.map*/