h3{
	text-align: center;
	color: #423E3A;
	font-size: 17.5px;
	padding-top: 20px;
	font-family: 'Cinzel', serif;
	padding-bottom: 10px;
	
}

#about_div, #passions_div{
	width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

#about_div img{
	width: 150px;
	height: 175px;
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}


#about_div p, #passions_div p{
	line-height: 20px;
	color: #423E3A;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (min-width: 600px){
	#about_div{
		width: 50%;
	}


	
}






