.game{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.board-row:after{clear:both;content:"";display:table}.status{margin-bottom:20px;font-size:24px;font-weight:700;color:#555}.square{background:#fff8e1;border:2px solid #FFCD94;float:left;font-size:48px;font-weight:700;line-height:70px;height:70px;margin-right:-2px;margin-top:-2px;padding:0;text-align:center;width:70px;color:#333}.square:focus{outline:none;background:#ffe0b2}.game{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#f8f6f4}
