
#content img[alt="Food Truck"] {
	width:200px;
	border-radius: 25px;
}

img[alt="food1"], img[alt="food2"], img[alt="food3"], img[alt="food4"] {
	height:200px;
	border-radius: 25px;
	border:solid #070707 5px;
	margin-right: -16px;
	margin-bottom: -16px;
}

img[alt="food2"], img[alt="food4"] {
	transform: rotate(3deg);
}

img[alt="food1"], img[alt="food3"] {
	transform: rotate(-4deg);
}

img[alt="sarah"] {
	width:200px;
	margin-left:2em;
	margin:2em;
	border-radius: 25px;
	border:solid #070707 5px;
	transform: rotate(-4deg);
	float:left;
}

img[alt="food_around"] {
	width:200px;
	margin-left:2em;
	margin:2em;
	border-radius: 25px;
	border:solid #070707 5px;
	transform: rotate(-4deg);
	float:left;

}