html{

	text-align: center;
	background-color: lightpink;
 	margin: 40px;
    font-size: 18px;
    font-weight: lighter;
   
    
}


div{

	font-style: italic;
}


h1{
	font-size: 72px;
	line-height: 10px;
	font-family:  "Courier";
	font-weight: lighter;
}

h2{
	font-size: 24px
	line-height: 10px;
	font-family: "Avant Garde", sans-serif;
	font-weight: lighter;
}

body{

	margin-top: 2cm;
	font-family: "Avant Garde", sans-serif;
}
	
p span {
	 color: white;
}
