body{
	background-image: url(platform.jpg);
	background-repeat: repeat;
}
h1{
	color: white;
	background-color: black;	
	text-align: center;
	font-family: georgia;
	border-style: solid;
	border-color: white;
	border-radius: 10px;
}

section{
	margin-top: 4.5em;
	text-align: center;
	font-size: 2em;
	font-style: italic;
	font-family: Impact, Charcoal, sans-serif;
}

p{
	font-size: 30px;
	font-style: italic;
}