body{
    background-color: rgb(190, 190, 190);
    margin: auto;
    text-align: center;
    font-size: 60px;
    font-family: 'Righteous', cursive; 
    text-shadow: 2px 2px white;
}

/* one player / two player */
#no_of_player{
        background-color: rgb(173, 173, 173);
        border: 2px solid rgb(173, 173, 173);
        height: 400px;
        width: 700px;
        font-size: 50px;
        font-family: 'Righteous', cursive;
        text-align: center;
        margin: auto;
        /* margin-left: 400px; */
        /* margin-right: 400px; */
        margin-top: 50px;
        box-shadow: 6px 6px 3px white,-6px -6px 3px white;

    }
    #ques{
        /* border: 2px solid red; */
        margin-top: 80px;
    }
    #no_choice{
        display: flex;
        flex-direction: row;
        text-align: center;
        /* border: 2px solid red;  */
         width: 600px;
        height: 100px;
        margin: auto; 

        /* margin-top: 35px; */
        /* margin-left: 40px; */
    }
    #one,#two{
        display: inline-block;
        cursor: pointer;
        background-color: rgb(165, 164, 164);
        color: black;
        border: 2px solid rgb(165, 164, 164);
        font-family:'Righteous', cursive; ;
        font-size: 50px;
        text-align: center;
        text-shadow: 5px 5px 3px white;
        /* border: 2px solid red;  */
        /* margin: auto; */
        /* margin-top: -10px; */
        width: 300px;
        height: 90px;
        margin: auto;    
    }
    #one:hover,#two:hover{
        background-color: rgb(233, 233, 233);
    }
    #one:active,#two:active{
        background-color: white;
    }





/* one player */
#player1game{
        display: none;
        background-color: rgb(173, 173, 173);
        border: 2px solid rgb(173, 173, 173);
        height: 400px;
        width: 800px;
        font-size: 50px;
        font-family: 'Righteous', cursive;
        text-align: center;
        margin: auto;
        /* border: 2px solid red; */
        line-height: 30px;
        /* margin-left: 400px; */
        /* margin-right: 400px; */
        margin-top: 50px;
        box-shadow: 6px 6px 3px white,-6px -6px 3px white;

    }
    .coming{
        line-height: 40px;
        /* border: 2px solid red; */
         /* margin-top: 80px; */
    } 
    #yes_no{
        display: flex;
        flex-direction: row;
        text-align: center;
         width: 500px;
        height: 100px;
        margin: auto; 
    }
    #yes,#no{
        display: inline-block;
        cursor: pointer;
        background-color: rgb(165, 164, 164);
        color: black;
        border: 2px solid rgb(165, 164, 164);
        font-family:'Righteous', cursive; ;
        font-size: 50px;
        text-align: center;
        text-shadow: 5px 5px 3px white;
        width: 300px;
        height: 90px;
        margin: auto;    
    }
    #yes:hover,#no:hover{
        background-color: rgb(233, 233, 233);
    }
    #yes:active,#no:active{
        background-color: white;
    }


/* START */

#front{
        display: none;
        background-color: rgb(173, 173, 173);
        border: 2px solid rgb(173, 173, 173);
        height: 400px;
        width: 700px;
        font-size: 50px;
        font-family: 'Righteous', cursive;
        text-align: center;
        margin: auto;
        margin-top: 50px;
        box-shadow: 6px 6px 3px white,-6px -6px 3px white;
    }
    /* #text{
        margin-top: 70px;        
    } */
#choice{
        display: flex;
        flex-direction: row;
        text-align: center; 
         width: 250px;
        height: 100px;
        margin: auto; 
    } 
    #xc,#oc{
        display: inline-block;
        cursor: pointer;
        background-color: rgb(165, 164, 164);
        color: black;
        border: 2px solid rgb(165, 164, 164);
        font-family:'Righteous', cursive; ;
        font-size: 70px;
        text-align: center;
        text-shadow: 5px 5px 3px white;
        /* margin: auto; */
        margin-top: 30px;
        width: 125px;
        height: 90px;
        margin: auto;
        /* padding: 40px; */
    }

    #xc:hover, #oc:hover{
        background-color: rgb(233, 233, 233);
    }
    #xc:active, #oc:active{
        background-color: white;
    }


     /* turn */
.player{
    /* display: inline; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* border: 2px solid red; */
    /* justify-content: space-around; */
}
#px,#po{
    display: none;
    /* display: inline; */
    /* margin: auto; */
    margin-top: 1px;
    padding: 10px;
    /* border: 2px solid red; */
    margin: 1px;
    /* height: 60px; */
    /* width: 200px; */
    font-size: 50px;
    border-radius: 4px;
}


/* BOARD */
#main{
    display: none;
    background-color: rgb(211, 210, 210);
    height: 425px;
    width: 430px;
    
    margin: auto;
    margin-top: 30px;
    border: 2px solid rgb(109, 109, 109);
    border-radius: 3px;
    box-shadow: 2px 2px 8px rgb(65, 65, 65), -2px -2px 20px rgb(65, 65, 65);

}
.board{
    display: flex;
    /* margin: auto; */
}
.ele{
    display: inline-block;
    border: 2px solid black;
    /* border: 2px solid red; */
    background-color: white;
    font-family: 'Righteous', cursive;
    height: 120px;
    width: 120px;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 100px;
    /* padding-left: 30px; */
    text-align: center;
    padding: 5px;
    text-shadow: 2px 2px 2px rgb(124, 124, 124);
}
.ele:hover{
        cursor: pointer;
        background-color: rgb(223, 223, 223);
    }

.ele:active{
    background-color: rgb(255, 255, 255);
    width: 118px;
    height: 118px;
}



    /* END */

    .end{
        display: none;
        border: 2px solid white;
        border-radius: 3px;
        
        /* display: flex; */
        height: 400px;
        width: 600px;  

        box-shadow:  7px 7px 4px white, -7px -7px 4px white;
        margin: auto;
        margin-top: 80px;

        font-size: 50px;
        background-color: rgb(158, 154, 154);
    }
    #restart{
        font-size: 40px;
        /* border: 2px solid red; */
        border-radius: 3px;
        /* text-align: center; */
        margin: auto;
        margin-top: 20px;
        /* margin-left: 180px; */
        width: 180px;

    }

    #txt{
        /* border: 2px solid red; */
        height: 100px;
        width: 300px;
        border-radius: 3px;
        margin: 7px;
        font-size: 100px;
        padding: 10px;
        
        /* margin-top: 100px; */
        text-align: center;
        margin-top: 90px;
        margin-left: 150px;
        margin-bottom: -48px;

        color: rgb(31, 31, 31);
        text-shadow: 6px 6px 3px white;
    }

    button:hover{
        background-color: white;
        border: 2px solid black ;
    }

    button:active{
        background-color: rgb(63, 63, 63);
        color: white;
        border: 2px solid white ;
    }
