



html {background-color: #f5f5dc;}


header { height: 60px;
         display: flex;
         justify-content: center;
         align-items: center; }
		 

#pictures { display: flex;
			justify-content: space-around; }

		 
footer {margin-right: 800px;
		color: #006400;}

article {color: #006400;
		 margin-right: 800px; }	 
		 
		 
figcaption {color: #006400;
			font-family: Georgia, "Times New Roman", serif;
			font-size: 1.05em;}

#pictures { display: flex; }