@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;600&display=swap);html{font-size:16px}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;font-family:"Raleway",sans-serif}#root{display:flex;width:100%}body{min-height:100vh}.app,body{display:flex;justify-content:center}.app{width:100%;flex-wrap:wrap}.app__comments{display:flex;align-items:center;min-height:calc(100vh - 40px);width:100%;background-color:#3bbfad;padding:20px 50px;font-size:2.5rem;color:#fff;transition:all .8s linear;line-height:1.1;position:relative}.app__comments:after{background-image:url(/static/media/logo.00d61f3c.png);background-position:100%;background-repeat:no-repeat;background-size:contain;content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;opacity:.1}.menta-link{position:absolute;right:30px;bottom:10px;z-index:2;transition:all .8s linear}.menta-link a{color:#fff;font-weight:700}.app__comments #html{transition:all .8s linear;padding-bottom:30%;z-index:2}.app__comments #html a{color:#fff;font-weight:700}.app__result{width:100%}.app__result>div{background-color:#fff}.app__sections{display:flex;width:100%;justify-content:space-around;height:0;overflow:hidden;transition:all .8s linear}.app__sections>div{width:30%;overflow:scroll}.tictactoe{position:relative;height:500px}.tictactoe__board{display:grid;grid-template-columns:100px 100px 100px;grid-template-rows:100px 100px 100px;transition:all .8s linear;position:absolute;left:0}.tictactoe__board div:nth-child(-n+6){border-bottom:1px solid}.tictactoe__board div:nth-child(3n+2){border-right:1px solid;border-left:1px solid}.tictactoe__header{transition:all .8s linear}.tictactoe__board div{transition:all .8s linear,color 0ms linear}.item-O{color:#fff}.item-X{color:#7e268e}
/*# sourceMappingURL=main.f5ea24e6.chunk.css.map */