body{

	background-image: url("./i3.jpg");

}	
			
.one{

	font-size: 48px;
	font-family: verdana;
	padding: 0px; 
	margin: 0px;
	outline: double;

}

.initialization{

	text-align: center;

}

#menu{

	text-align: center;
	outline: double;

}

.dicePlayer{

	width: 200px;
	height: 200px;
	margin: 5%;
	float: left;
	outline: double;
	font-family: verdana;

}

.dicePc{

	width: 200px;
	height: 200px;
	margin: 5%;
	float: left;
	outline: double;
	font-family: verdana;

}

#dices{

	display: flex;
	outline: double;

}

#dices p{

	text-align: center;
	font-family: verdana;
	font-size: 72px;

}

#dates p{

	margin: 0px;
	padding: 10px;
	text-align: center;
	font-family: verdana;
	font-size: 15px;

}

#scores{

	display: flex;
	outline: double;

}

#scores p{

	font-size: 20px;
	font-family: verdana;
	padding: 0px; 
	margin: 0px;
	text-align: center;

}

#scoresPc{

	float: left;
	width: 100%;

} 

#scoresMoney{

	float: center;
	width: 100%;

} 

#scoresCPU{

	float: right;
	width: 100%;

} 

@media screen and (min-width: 800px) {
  
  body{
	
	width: 40%;
	position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
	
  }
}