body{
	background-image: url('../img/bg.png');
}
.h5 h5{
	color: white;
	font-family: Century Gothic;
}
.h1 h1{
	color: white;
}
input, select, textarea{
    color: white;
	-webkit-text-stroke-width: 0px;
   -webkit-text-stroke-color: black;
   text-align: center;
}
.p1{
	color: white;
	font-size: 15px;
	text-align: center;
}
.about a{
	text-decoration: none;
	color: white;
}