#gallery_section{
	
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	min-height: 320px;
}

.container {
    margin: 5px;
    width: 100px;
    height: auto;
    display: inline-block;
}

.pic {
   
   width: 200px;
   height: 200px;
}

div.date {
    padding: 15px;
    text-align: center;
}

#heading{
	
	text-align: center;
	color: blue;
}

