/*ABOUTBOX*/
h1{
text-align: center;
font-family: Castellar;
color: #cc0066;
font-size: 28px;
}

h2 {
	color: #cc0066;
	text-align: center;
	font-family: Castellar;
	font-size: 20px;
}

p{
	color:white;
	text-align:left;
}

img{
	display: block;
  margin-left: auto;
  margin-right: auto;
}



