.playerArea{
color: #FFF;
background-color: #5995DA;
font-weight: bold;
padding: 20px;
text-align: center;
border: 2px solid #5D6063;
border-radius: 5px;
width: 600px;
box-sizing: border-box;  
display: block;
margin-left: auto;
margin-right: auto;
}

.controlButtons{
color: #494949 !important;
text-transform: uppercase;
background: #ffffff;
padding: 20px;
border: 4px solid #494949 !important;
border-radius: 6px;
display: block;
margin-left: auto;
margin-right: auto;
}


.controlButtons:hover{
color: #ffffff !important;
background: #f6b93b;
border-color: #f6b93b !important;
transition: all 0.4s ease 0s;
}
.images{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;	
border-radius: 50%;
width:300px;height:300px;	
}
body{
	background-image: url("felt.jpg");
	
}
.score{
display: block;
margin-left: auto;
margin-right: auto;
color: white;
font-size: 40px;	
}