.board{margin:10% auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:300px;height:300px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;box-shadow:0 0 4px 4px #ccc}.board,.square{display:-webkit-box;display:-ms-flexbox;display:flex}.square{background:#34495e;width:100px;height:100px;box-sizing:border-box;border:2px solid #1e90ff;font-size:5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Helvetica Neue;color:#ecf0f1;cursor:pointer;text-shadow:1px 1px 8px #ddd}.square:hover{background:#6bb9f0;color:#34495e}body{background-color:#ecf0f1;margin:0;padding:0;font-family:sans-serif}
/*# sourceMappingURL=main.3365e3b8.css.map*/