
body {
  /*body section*/
  background-color: #00CED1;
  padding-top: 50px;
}

h1 {
  /*header 1 section for dinner rolls text*/
  color: #FFFFFF;
  margin-top: 50px;
  margin-left: 50px;
  font-size: 34px;
  font-family: Helvetica;
  background-color: #8FBC8F;
  padding:30px;
  width: 1000px;
  font-weight: bold;
}

h2 {
  /*header 2 used for ingredients and steps*/
  font-weight: bold;
  color:#FFFFF0;
  margin-left: 75px;
  font-size: 28px;
  font-family: Helvetica;
  background-color: #8FBC8D;
  padding:15px;
  text-align: center;
  width: 1000px;
}
h3 {  
  /*header 3 for wet and dry ingredients text*/
  font-weight: bold;
  color: #F5FFFA;
  margin-left: 100px;
  font-size: 24px;
  font-family: Helvetica;
  width: 1000px;
  text-decoration: underline;
  text-decoration-color: #A9A9A9;
}
p{ 
  /*paragraph section*/
  margin-left: 50px;
  margin-top: 15px;
  font-size: 18px;
  font-family: sans-serif;
  background-color: #FFFAF0;
  padding:30px;
  width: 1000px;
}
li{ 
  /* numbered list for steps*/
  font-family: sans-serif;
  font-size: 18px;
  color: #0d0d0d;
  margin-left: 85px;
  margin-top: 15px;
  width: 900px;
}

ul > li {
  /*used for ingredients list*/
  list-style-type: square;
  margin-top: 10px;
}

ol > li > ul > li  {
  /*nested list section in steps*/
  font-family: sans-serif;
  list-style-type: lower-alpha;
  font-size: 18px;
  color: #1A1A1A;
  margin-left: -20px;
  margin-right: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
ol{
  /*nested list section in steps*/
  font-family: sans-serif;
  font-size: 18px;
  margin-left: 25px;
  margin-bottom: 15px;
  margin-right: 50px;
}

  