body {
	background-color: #EF0000;
  color: white;
}

h1 {
color: white;
  font-family: "EB Garamond", serif;
}

h2 {
	font-family: "EB Garamond", serif;
}

#main {
	background-color: #004E7A;
}

#ingredients {
  background-color: #004E7A;
}
  
#cooking {
  background-color: #004E7A;
}

#link {
  background-color: #004E7A;
}

.box {
  padding: 15px;
  margin-bottom: 20px;
  border: 5px solid white;
  text-align: center;
}

.container {
  padding: 15px;
  margin-bottom: 20px;
  border: 5px solid white;
  text-align: center;
}

.container ul {
  display: inline-block;
  text-align: left;
  list-style-position: inside;
}

/*
Pseudoclass Selectors
selector:pseduoclass-name

:link
:visited
:hover
:active

:before
:after
:focus
*/

a:link {
	color: #76FFEB;
}
a:visited {
	color: #76FFEB;
}
a:hover {
	color: #D3D3D3;
}