button,input{text-transform:uppercase;border:2px solid teal;padding:10px;margin-right:20px;margin-bottom:10px;border-radius:3px;background:#fff;color:teal;font-size:16px;outline:none}button[disabled]{opacity:.6}button.active{color:#fff;background:teal}input{width:70px}.Game{padding:20px 0}.Container{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:80vh;border:1px solid teal}.Container>*{-ms-flex:1 1 33%;flex:1 1 33%}.Cell{margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;color:teal;background:hsla(0,0%,100%,.5);border-radius:0;font-size:50px;text-transform:none}html{min-width:100vw;min-height:100vh;background:-webkit-linear-gradient(135deg,teal,#add8e6);background:-o-linear-gradient(135deg,teal,#add8e6);background:linear-gradient(-45deg,teal,#add8e6);padding:20px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}
/*# sourceMappingURL=main.3661ddc1.css.map*/