tictactoe.css
1    button {
2      width: 50px;
3      height: 50px;
4      background-color: silver;
5      color: silver;
6      font-size: 18px;
7      font-family: sans-serif;
8    }
9