html

body
{
	background-image : url(../img/backround.jpg) ; 
	background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;

}




h1
{
font-size : 50px;

color:chartreuse ;

text-align: center
}
 
 p
 {
	 font-size : 45x ;
	 
	 color:white;
	 
	text-align: center
 } 
 
a
{
	color: ; 
	font-size : 25px ;
}

article
{
	color:  white; 
	font-size : 30px ;
}

footer
{
	color: white; 
	font-size : 15px ;
}