body {
  background-color: #edfaf4;
  background-image: url("img/bg1v4.JPG");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  color: white;
}

blockquote {
	background-color: #ffffff;

	border-style: ridge;
	border-color: green;

	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;

	text-align: left;	
	color: black;
}

a {
  text-decoration: none;
  
}
/* unvisited link */
a:link {
  color: #ed7117;
}

/* visited link */
a:visited {
  color: #be5504;
}

/* mouse over link */
a:hover {
  font-weight: bold;
}


.recipe {
	margin: 30px;
	padding: 10px;
	background-color: white;
	color: black;
}