body {
	max-width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "consolas", sans-serif;
	background-color: #031321;
	color: grey;
}

h1 {
	text-align: center;
}

/*début de la partie mentions légales*/

.mentions-legales {
	padding-left: 200px;
	padding-right: 200px;
}

.mentions-legales a {
	color: #3498db;
	text-decoration: wavy;
}

.mentions-legales a:hover {
	text-decoration: underline;
}
