body{
	background-color:lightcoral;
	
	
	
	
}


#header{
	background-color:lightpink;
	height:100px;
	padding:15px;
	border-style:dotted;
	border-color:white;
	font-family: Garamond, serif;
	font-weight: bold;
	


	
}

#photos{
	background-color:plum;
	height:300px;
	padding-top:20px;
	border-style:dotted;
	border-color:white;
	padding-bottom:20px;
	font-family: Garamond, serif;
	font-weight: bold;
	padding-left:20%;


	
	
}

#content{
	background-color:lightblue;
	height:500px;
	border-style:dotted;
	border-color:white;
	font-family: Garamond, serif;
	padding-top:20px;
	padding-bottom:1px
	

	
	
}

#footer{
	background-color:lightgreen;
	height:100px;
	border-style:dotted;
	border-color:white;
	font-family: Garamond, serif;
	padding-top:20px;
	font-weight:bold;

	
	
}


h1{
	text-align: center;
}

p{
	text-align: center;
}

img{
	width:20%;
	border-style:dotted;
	border-color:white;
	margin-left:15px;
	margin-right:15px;

	
}

h2{
	text-align: center;
}