 #content{
	 background-color: black;
	 width: 1000;
	 margin: 20 auto auto;
 }
 
 .title{
	margin: 20 auto auto;
    text-align: center;
 }
 
.introduction {
	margin: 30 auto auto;
	width: 800px;
    text-align: justify;
}

.textSize{
	font-size: 18;
}

.textFamily{
	font-family:Courier New;
	color: white;
}

.subtitle{
	margin: 30 auto auto;
	width: 800px;
}

.centerElement{
	margin: 30 auto auto;
	width: 800px;
}
