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}*{box-sizing:border-box!important}body{background-color:#555}.App{display:flex}.ttt{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:100vh}.clickable,.ttt{border:5px solid #999}.clickable{width:33vh;height:33vh;background-color:#333;cursor:pointer;display:flex;justify-content:center;align-items:center}.clickable--clicked{cursor:not-allowed}.clickable__totem{width:70%;height:70%}.clickable__totem--circle{border-radius:50%;border:20px solid #999}.clickable__totem--cross{position:relative}.clickable__totem--cross:after,.clickable__totem--cross:before{content:"";position:absolute;border-radius:15px;height:100%;width:0;border:10px solid #999;transform-origin:center center}.clickable__totem--cross:before{transform:rotate(45deg) translateX(-50%);left:50%}.clickable__totem--cross:after{transform:rotate(-45deg) translateX(50%);right:50%}.meta{height:100vh;width:100%;display:flex;justify-content:center;align-items:center}
/*# sourceMappingURL=main.b13cf939.chunk.css.map */