
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	
}







.sectionspace {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 25px;
	 display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
	
	
}


img {
    display: block;
    margin-left: auto;
    margin-right: auto;
   
	 max-width: 100%;
    height: auto;
    width: auto; 
	height: 500px;
	width: 900px;
}


body {
	
	
	background-color: #D5D0D0;
	
}

.testcentered {
	 margin-left: auto;
    margin-right: auto;
	text-align: center;
    width: 500px;
	justify-content: center;
}


h1 {
font-size: 60px;	
text-align: center;	
	font-style: italic;
	font-family: Adobe Caslon Pro Bold; 
	color: #635252;
}

p {
	color: #635252;
	font-family: Adobe Caslon Pro Bold; d
	
	
}