body {
	margin: 0;
	background-color: black;
}
h1,h2,h3,h4 {
	text-align: center;
	color: #FF3399;
}
p {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	text-align: justify;
	color: white;
}
