body {
    font: 14px "Century Gothic", Futura, sans-serif;
    /*font-family: "Century Gothic";*/
    margin: 20px;
    /*color: #1F2833;*/
    color: #66FCF1;
}

ol, ul {
    padding-left: 30px;
}

.board-row:after {
    clear: both;
    content: "";
    display: table;
}

.status {
    margin-bottom: 10px;
    font-size: 50px;
    text-align: center;
    color: #66FCF1;
}

.square {
    /*background: #fff;*/
    /*background: #C5C6C7;*/
    background: #66FCF1;
    /*border: 1px solid #999;*/
    border: 1px solid #1F2833;
    color: #1F2833;
    float: left;
    /*font-size: 24px;*/
    /*font-weight: bold;*/
    /*line-height: 34px;*/
    /*height: 34px;*/
    /*margin-right: -1px;*/
    /*margin-top: -1px;*/
    /*padding: 0;*/
    /*text-align: center;*/
    /*width: 34px;*/
    font-size: 144px;
    font-weight: bold;
    line-height: 34px;
    height: 150px;
    margin-right: -1px;
    margin-top: -1px;
    padding: 0;
    text-align: center;
    width: 150px;
}

.square:focus {
    outline: none;
}

.kbd-navigation .square:focus {
    background: #ddd;
}

.game {
    display: flex;
    flex-direction: row;
}

.game-info {
    margin-left: 20px;
    font-size: 20px;
    /*text-align: center;*/
    color: #66FCF1;

}


.game-info ol li button {
    background-color: #66FCF1;
    color: #1F2833;
    border: none;
    width: 200px;
    height: 40px;
    /*text-align: left;*/
    /*padding-left: 20px;*/
    font-size: 20px;
    border-radius: 30px;
    margin: 10px;
}




/*# # # # #*/
body {
    /*background-color: #45A29E;*/
    /*background-color: #C5C6C7;*/
    /*background-color: #1F2833;*/
    /*background-color: #0B0C10;*/
    /*background-color: #68b7d3;*/
    background-color: #1F2833;
}

.row {
    margin-top: 50px;
}

.container {
    width: 1024px;
}