/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." 
   
   #fcde9c yellow
   #FFA552 light ornfe
   #BA5624 darj brown/ornage
   #381D2A dark dark brown
   #C4D6B0 accent/ light green
   #faefdc light white
   
   
   */
   
   
body {
	max-width: 1200px;
	background-color: #faefdc;
	/*border: 10px solid lime;*/
	margin: auto;



}



div {

	border-radius: 5px;
	margin: 10px;


}

p{

	margin: 10px;

}

.gallery{
	vertical-align: top;
	width: 130px;
	height: 130px;
	display: inline-block;
	text-align: center;
	background-color: #C4D6B0;
}

