.photolist {
	
}

.row {
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	padding-bottom: 50px;
}

.frame {

}

.photo > img {
	height: 400px;
}

.description {
	margin: 10px;
	color: red;
	text-align: center
}


.verse {
	
	text-align: middle;
	font-size: larger;
	font-family: Arial;

	padding-left: 50px;
	padding-bottom:50px;
}

.verse > H2, H3 {
	//text-align: center;
	
}