#header {position: relative;
  height: 300px;
  background-color: rgb(248, 144, 47);
}

#header p {text-align: center;
  font-size: 80px;
  color: rgb(255, 255, 255);
  position: relative;
  top: 120px;
  font-family:'Flavors', cursive;
}

#h1 { text-align: center;
  font-size: 45px;
  color:rgb(238, 95, 0);
  position: relative;
  font-family: 'Big Shoulders Display', cursive;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.image { display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 50px;
  position: relative;
}

.img { display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 50px;
  position: relative;
}

.head { text-align: center;
  font-size: 30px;
  color:rgb(238, 95, 0);
  position:relative;
  font-family: 'Big Shoulders Display', cursive;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.head2 { text-align: center;
  font-size: 35px;
  color:rgb(238, 95, 0);
  position:relative;
  font-family: 'Luckiest Guy', cursive;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

#header2 {position: relative;
  height: 200px;
  background-color: rgb(248, 144, 47);
  margin-top: 50px;
}

#header2 p {text-align: center;
  font-size: 40px;
  color: rgb(255, 255, 255);
  position: relative;
  top: 80px;
  font-family:'Flavors', cursive;
}


#header3 {position: relative;
  height: 200px;
  background-color: rgb(248, 144, 47);
  margin-top: 50px;
}

#header3 p {text-align: center;
  font-size: 40px;
  color: rgb(255, 255, 255);
  position: relative;
  top: 80px;
  font-family:'Flavors', cursive;
}