body{
    background-color:green;
}



#pl{
position:absolute;    
border:solid black 5px;
background-color:white;
height:300px;
width:400px;
text-align:center;
top:70px;
left:100px;

}


    


#p2{

position:absolute;
border:solid black 5px;
background-color:white;
height:300px;
width:400px;
text-align:center;
right:100px;
top:70px;

}

div#button{
    position:absolute;
    right:700px;
    border: solid black 5px;
    background-color: red;
    height:50px;
    width:100px;
    }

       
 #p1Score{
    font-size:50px;
} 
 #p2Score{
    font-size:50px;
} 

.pTurn{
    background-color:seagreen;
}
