body {
	background-attachment: fixed !important;
	background-image: linear-gradient(90deg, #293047, #849197);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

h1 {
	margin-top: -30px;
	font-size: 70px;
	color: white;
	text-align: center;
}

p {
	font-size: 40px;
	color: white;
}

button {
	font-size: 30px;
	padding: 20px;
	background-color: #080e28;
	cursor: pointer;
}

#Rejouer {
	margin-top: 15px;
	margin-bottom: 50px;
	background-color: LightGrey;
}

#Scores {
	text-align: center;
}

#ChoixJoueur2 {
	font-size: 40px;
	color: white;
	margin-bottom: 50px;
}

input[type="radio"] {
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Chrome, Safari, Opera */
    transform: scale(2);
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}

table {
	font-size: 40px;
	margin: auto;
}

.left {
	width: 450px;
	color: white;
	text-align: left;
}

.right {
	width: 100px;
	color: red;
	text-align: right;
}