body {
 background-color: #07ECAD; 
}

h1 {
  color: #F38E24;
  text-decoration: underline;
  text-align: center;
  border: blue solid;
  font-family: 'Architects Daughter', cursive;
}

h2 {
  text-decoration: underline;
  color: #F38E24;
  font-family: 'Architects Daughter', cursive;
}

a{
  color: #F38E24;
  font-size: 20px;
  font-family: 'Architects Daughter', cursive;
}

#ingredients{
  color: white;
  background-color:blue;
  padding: 8px;
  margin: 20px;
}

#instructions{
  color: white;
  background-color:blue;
  padding: 8px;
  margin: 20px;
}

#closing{
  color: #F38E24;
  font-size: 8vw;
  font-family: 'Architects Daughter', cursive;
}