body {
	font font-family: 'Frank Ruhl Libre';
	margin-bottom: 0px;
}

h1{
	font-family: 'Playfair Display SC';
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0px
}

h2{
	font-family: 'Frank Ruhl Libre';
	font-size: 22px;
	font-weight: lighter;
	font-style: italic;
	text-align: center;

}

#pic img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: contain;
  width: 100%;
  height: 10%;
  object-fit: cover;
}

#ul{
	font-family: 'Frank Ruhl Libre';
	font-size: 20px;
	font-style: italic;
	text-align: left;
	border-style: groove;
	border-width: medium;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-spacing: 1px;
}

#ingredients{
	font-size: 16px;
	font-family: 'Frank Ruhl Libre';
	font-size: 20px;
}

#instructions{
	margin-top: 15px;
	font-family: 'Frank Ruhl Libre';
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	font-style: italic;
}

#instructions img{
	margin-left: auto;
  	margin-right: auto;
 	display: block;
  	background-size: contain;
 	width: 50%;
  	height: 100%;
  	object-fit: cover;
}
