/* CSS Document */
body {
  background-image: url("ingredient border.jpg");
}

h1 {
	color:white;
	font-family:abel;
	font-size:200%;
	color: white;
}

#home-text {
  color: white;
  width: 300px;
  border: 15px solid #CF1C44;
  padding: 50px;
  margin: 20px;
}

#feature {
	color: white;
	font-size: 150%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left; 
  display: inline;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
  background-color: #CF1C44;
  color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}