*{margin:0;padding:0;box-sizing:border-box}.container{display:flex;width:100vw;height:100vh}.board{display:grid;grid-template-rows:repeat(8,1fr);border:7px solid #000;width:298px;height:298px;margin:auto;align-items:center;justify-content:center}.box{width:36px;height:36px}.row{display:flex}.row:nth-child(2n) .box:nth-child(odd),.row:nth-child(odd) .box:nth-child(2n){background-color:#000}
/*# sourceMappingURL=main.253015cd.chunk.css.map */