.Tictactoe_centre__wZf_U{width:100%;height:auto;padding-top:60px;text-align:center;font-family:Permanent Marker,cursive;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Tictactoe_content__Yke8Y{position:absolute;top:100%}.Tictactoe_grid__d2uFL{display:grid;grid-template-columns:repeat(3,auto);width:314px;margin:10px auto;background-color:#080808;border:5px solid #df1e1e;color:#000;grid-gap:2px;gap:2px}.Tictactoe_cell__KVVpr{height:100px;width:100px;cursor:pointer;background-color:#fff;line-height:92px;font-size:3em;padding:0;margin:0;text-transform:uppercase}.Tictactoe_won__ufjki{background-color:green;color:#fff}.Tictactoe_status__lIY09{font-family:Times New Roman,Times,serif;font-size:large;position:absolute;top:65px;left:20px;background-color:#fff;border:1px solid #0c0c0c;width:100px}.Tictactoe_status__lIY09 span{font-size:larger;padding:.3em;width:50%}.Tictactoe_status__lIY09 p{width:100%}.Tictactoe_active__oFEHE{border:1px solid #f80707;-webkit-animation:Tictactoe_blink__WgE_n 2s infinite;animation:Tictactoe_blink__WgE_n 2s infinite}@-webkit-keyframes Tictactoe_blink__WgE_n{0%,to{opacity:0}50%{opacity:1}}@keyframes Tictactoe_blink__WgE_n{0%,to{opacity:0}50%{opacity:1}}@media (max-width:600px){.Tictactoe_grid__d2uFL{width:60px;margin:10px auto;grid-gap:2px;gap:2px}.Tictactoe_cell__KVVpr{height:20px;width:20px;line-height:20px;font-size:1em}}