body {
  text-align: center;
  background-color: FloralWhite;
}
h1 {
  color: CornflowerBlue;
  font-family: Serif;
  font-size: 75px;
  letter-spacing: 1px;
}
h2 {
  color: skyblue;
  font-family: Monospace;
  font-size: 50px;
  letter-spacing: 2px;
}
h3 {
  color: skyblue;
  font-family: Arial;
  font-size: 35px;
  letter-spacing: 1.5px;
}
h4 {
  font-family: Arial;
  color: skyblue;
  font-size: 20px;
  letter-spacing: 1px;
}
p b {
  color: Brown;
  font-size: 40px;
  font-family: Monospace;
  letter-spacing: 2px;
}
pre b {
  color: Navy;
  font-size: 20px;
  font-family: Serif;
  letter-spacing: 1px;
}
p {
  color: DarkBlue;
  font-size: 25px;
  letter-spacing: 1.2px;
}
a {
  font-size: 20px;
  color: BurlyWood;
  background-color: Chocolate;
  letter-spacing: 1px;
}
p cite {
  font-family: Georgia, serif;
  font-size: 18px;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #000000;
  font-weight: normal;
  text-decoration: underline solid rgb(68, 68, 68);
}
.testimonials {
  text-decoration: underline;
  color: Orange;
  letter-spacing: 2px;
}
.skill {
  text-decoration: underline;
  color: coral;
  letter-spacing: 1px;
}
.ability1 {
  font-size: 20px;
  color: skyblue;
  text-decoration: underline;
  letter-spacing: 1px;
}
.ability2 {
  font-size: 20px;
  color: crimson;
  text-decoration: underline;
  letter-spacing: 1px;
}
.ability3 {
  font-size: 20px;
  color: chocolate;
  text-decoration: underline;
  letter-spacing: 1px;
}
.ability4 {
  font-size: 20px;
  color: darkblue;
  text-decoration: underline;
  letter-spacing: 1px;
}
.ability5 {
  font-size: 20px;
  color: Darkgrey;
  text-decoration: underline;
  letter-spacing: 1px;
}
.courses {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 25px;
  letter-spacing: 1px;
  color: #483d8b;
  font-weight: 700;
  text-decoration: underline solid rgb(68, 68, 68);
  font-style: normal;
  font-variant: small-caps;
}
.courses1 {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #2f4f4f;
  text-decoration: underline solid rgb(68, 68, 68);
  font-style: normal;
  font-variant: small-caps;
}
.gallery {
  font-size: 35px;
  letter-spacing: 2px;
  color: #00bfff;
  font-weight: 400;
}
.myself {
  font-size: 25px;
  color: FireBrick;
  letter-spcaing: 1px;
}
.namebox {
  border-radius: 25px;
  padding: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: LightYellow;
}
.represent {
  font-size: 25px;
  letter-spacing: 1px;
  color: Maroon;
}
.contact {
  font-size: 30px;
  letter-spacing: 1px;
  color: YellowGreen;
}
.info1 {
  font-size: 20px;
  color: black;
  letter-spacing: 1px;
}
.info2 {
  font-size: 20px;
  color: OrangeRed;
  letter-spacing: 1px;
}
.info3 {
  font-size: 20px;
  color: OliveDrab;
  letter-spacing: 1px;
}
.info4 {
  font-size: 20px;
  color: Orchid;
  letter-spacing: 1px;
}
.info5 {
  font-size: 20px;
  color: SandyBrown;
  letter-spacing: 1px;
}
.introduce {
  border-radius: 25px;
  padding: 30px;
  height: 900px;
  align-items: center;
  background-color: PaleTurquoise;
}
.advice {
  border-radius: 25px;
  padding: 30px;
  height: 1000px;
  background-color: LightGreen;
}
.power {
  border-radius: 25px;
  padding: 30px;
  height: 300px;
  background-color: LightGrey;
}
.myclass {
  border-radius: 25px;
  padding: 30px;
  height: 500px;
  background-color: LightSteelBlue;
}
.thephotos {
  border-radius: 25px;
  padding: 30px;
  height: 8000px;
  background-color: NavajoWhite;
}
.callme {
  border-radius: 25px;
  padding: 30px;
  height: 500px;
  background-color: PapayaWhip;
}
