.app{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0;padding:0}.gameboard{border:1px solid #000;display:flex;flex-wrap:wrap;height:300px;width:300px}.square{align-items:center;border:2px solid #000;box-sizing:border-box;display:flex;height:100px;justify-content:center;width:100px}.circle{border:15px solid blue;border-radius:50%;box-sizing:border-box}.circle,.cross{height:90px;width:90px}.cross{position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cross:after,.cross:before{background-color:red;content:"";position:absolute}.cross:before{height:100%;left:50%;margin-left:-15%;width:30%}.cross:after{height:30%;margin-top:-15%;top:50%;width:100%}
/*# sourceMappingURL=main.69bc4b5c.css.map*/