body {
    
	color:maroon;
	font-size:46px;
	background-image: url("../img/food2.jpg");
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:  center center;}
	
.dispRecipe {
    font-size:46px;
    width:50%;
    background:ivory;
    margin:10px;
}
