/*css for recipe 
	Keefer Thorson
4/21/2025

*/



.first{
	width: 25%;
	float: left;
	max-height:500px;
	overflow-y: scroll;
}


img {
	width:100%; 
	height: 300px;
	object-fit: cover;
	}
	
section{ 
	margin-bottom:20px;
	overflow: hidden;
}