body {
	background-image: url("dirt.png");
	background-repeat: repeat;
	padding: 5vh 5vw;
	background-attachment: fixed;
}

h1 {
	font-family: "Comic sans MS";
	color: white;
	text-align: center;
	font-size: 3em;
}

h2 {
	font-family: "Comic sans MS";
	color: white;
	text-align: center;
	font-size: 2.25em;
}

h3 {
	font-family: "Comic sans MS";
	color: white;
	text-align: center;
	font-size: 1.75em;
}

p {
	font-family: "Comic sans MS";
	color: white;
	text-align: justify;
	font-size: 1.5em;
}

a {
	color: white;
	text-decoration: underline;
}

#liste_modes_de_jeu {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

#liste_modes_de_jeu > div {
	width: 500px;
	margin-right: 20px;
	margin-left: 20px;
}

#jeu button {
	margin: auto;
	display: block;
	background-image: url('dirt_3d.webp');
	background-size: 100%;
	background-color: transparent;
	width: 256px; height: 256px;
	border: none;
	color: white;
}