/* Fichier CSS */
/* ma decoration de fake news */
body{
  font-family: helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #000000;
}
h1{
	background-color: blue;
	border-radius: 30px;
	width: 50%;
	margin-left: 25%;
	text-align: center;
}
img{
	margin-left: 34%;

}
p{
	text-align: center;
}
h2{
	background-color: blue;
	border-radius: 30px;
	width: 50%;
	margin-left: 25%;
	text-align: center;
}
ol{
	text-align: center;
}
a{
	text-align: center;
}