#project_header {
	height: 50px;
	background-image: linear-gradient(to right, cyan, white);
	text-align: center;
	font-size: 40px;
	color: DarkGoldenRod;
	margin-bottom: 4px;
}
