body{margin:0}.tictactoeboard{display:flex;flex-direction:column}.wintext{color:#fff;font-size:25px;font-weight:700;margin:0}.tictactoerow{display:flex;flex-direction:row}.tictactoesquare{background-color:#fff;width:50px;height:50px;border-color:#000;border-width:1px;border-style:solid;font-size:40px;font-weight:700;display:flex;justify-content:center;align-items:center;cursor:default}.tictactoemainbox{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-width:100vw;margin:0;background-color:#282828}.title{color:#fff;font-size:50px;font-weight:700;margin:0}.refreshbutton{margin:10px;font-size:20px}
