body {
	margin: 0;
	padding: 0;
	background-image: url("https://wudesign.me/resources/html_tracing_2021/images/bg.png");
	background-position: center top;
	min-height: 2399px;
	font-family: 'Archivo Narrow', sans-serif; 
	display: block;
	text-align: center; 
	
	 
}

.content-area {
	width: 960px;
	margin-left: 240px;
	text-align: center;
	
	

}

.grid-area {
	align-content: center; 
	width: 960px; 
	margin-top: 0px;
	height:auto; 
	margin-left: 230px; 

}
 



h1 {
	text-align: center;
	font-size: 40px;  
	font-weight: bold; 
}

a {
	font-style: italic; 
}

header, section, footer{
	margin: 0; 
	opacity:  ;
	background-repeat: no-repeat; 
	background-size: cover;
	display: block; 

} 

header {
	display: block;
	color: orange; 
	background-size: cover;
	background-repeat: no-repeat; 
	line-height: 18.1px;
	padding-top: 127px;
	padding-bottom: 167px; 

	margin-bottom: 0px;
	width:auto;
	overflow: hidden; 
	margin: 0; 

	background-image: url(https://www.history.com/.image/c_fit%2Ccs_srgb%2Cfl_progressive%2Cq_auto:good%2Cw_620/MTY3ODYyNDE2MDUzMzgwMzY5/jack-o-lantern-gettyimages-162252827.jpg);
	

	
}

div p{
	
	font-size: 18px;
	text-align: left;
	
}

div h1 {
	font-size: 40px;
	font-weight: bold;
} 

header h1 {
	font-size: 80px; 
	font-weight: bold;
	padding-top: 16px ;
	
	display: block; 
	
	
 
}

h2 {
	font-size: 30px; 
	padding-top: 0px;
	display: block;
	 

}

.sectionone {
	background-color: purple;
	padding-top:10px;
	
	padding-bottom: 35px; 
	
	overflow: hidden; 
	


}








.sectiontwo {
	background-color: orange;
	padding-top: 10px;
	
	padding-bottom: 37px; 
	
	overflow: hidden; 
	display: block;
	margin: 0; 
	
	
}





.firstimg{
	height: 300px;
    width: 400px;
    float: right;
	
   
    
}


/* GRID ASSEMBLY */


.pumpkin-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-left: 40x; 


}


.grid-item {
	text-align: left; 

}


.minipumpkinsimg{
	height: 150px;
    width: 200px;
    float: left;
	padding: 12px;
}











/* end of GRID*/

.sectionthree {
	background-color: blue; 
	padding-top: 10px;
	
	padding-bottom: 203px; 
	
	overflow: hidden; 
	display: block;
	margin: 0; 
	padding-bottom: 82px; 
} 


.sectionthree p {
	margin-right:auto;
	margin-left: auto; 
	text-align: center;
	max-width: 725px; 
	font-size: 25px; 
}

footer p {
	text-align: left;
	padding-top: 20px;
	overflow: hidden;
	font-size: 21px;
	
	
}



