
* {
	
	margin: 0;;
	padding: 0; 
}
/* styles content for the header and footer */ 
header,footer {
	
	position: absolute; 
	background-color: white;
	width: 100%;
	color:#ff7673;
	font-family: "Comic Sans MS"; 
	font-size: 30px;  	
}
header{
 top:0%; 
	height: 12vh;
}
header h2 {
	
	
	position: absolute;   
	margin-top: 1px;  
	left: 35%   
	
}

footer {

	height: 15vh;
	bottom: 0;
	
}
footer h2 {
	
	position: absolute; 
	left: 45%; 
	
	
}

	