#mainDiv{
    width: 95%;
    height: 600px;
    margin: auto;
    background-color: white;
}
#player1Div{
    display: inline-block;
    position: relative;
    width: 49%;
    left: 1%;
    height: 500px;
    background-color: #99FF99;
    
}
#player2Div{
    display: inline-block;
    position: relative;
    width: 49%;
    left: 1%;
    height: 500px;
    background-color: #CCFFFF;
}
#player1Submit{
    display: inline-block;
    position: relative;
    left: 40%;
    top: 1%;
}
#player2Submit{
    display: inline-block;
    position: relative;
    left: 43%;
    top: 1%;
}
#startButton{
    width: 50%;
    height:75px;
    background-color: green;
    border-radius:100px;
    border-width:5px;
    border-style: groove;
    border-color:silver;
    margin-left:25%;
    font-size:50px;
    color:black;
    font-weight:bolder;
}
#ButtonCell{
    border: 5px solid green;
    width: 45%;
}
#Score{
    font-size:28px;
    margin-top:10px;
}