#game_board {
    text-align: center;
}
#new_game{
    margin-top: 5%;
    width: 20em;
    height:4em;
    color: green;
}
#status{
    float:left;
}
#status ul{
    list-style: none;
    color: green;
}
#game{
    margin: auto;
}
