*{
	box-sizing: border-box;
}

.mail {
	font-family: 'Roboto Mono', serif;
}

body{
	background-color: #333333;
	color: white;
	font-family: 'Roboto Mono', serif;
	font-size: 1.1em;
	text-align: center;
	margin: 5px auto 35px;
	padding: 5px 25px;
	max-width: 1000px;
}

#manifeste 
{
	text-justify: inter-word;
	text-align: justify;
	text-indent	: 5px;
	margin-bottom: 6em;
	line-height: 1.8em;
}

li {
	text-align: left;
}

#manifeste p {
	margin-bottom: 2em;
}

h1, h2 {
	font-family: 'Tilt Neon', serif;
}

a {
	color: white;
}

a:visited {
	color: #9F77D7;
}