body {
  background: #07e4fd;
  background: -moz-linear-gradient(left, #07e4fd 0%, #51b4ff 50%, #482cc0 100%);
  background: -webkit-linear-gradient(
    left,
    #07e4fd 0%,
    #51b4ff 50%,
    #482cc0 100%
  );
  background: linear-gradient(to right, #07e4fd 0%, #51b4ff 50%, #482cc0 100%);
}
h1 {
  text-align: center;
  color: blue;
  font-size: 100px;
}
h2 {
  text-align: center;
  color: skyblue;
  font-size: 50px;
}
.about {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #6dffc2;
  font-weight: 400;
  text-decoration: none solid rgb(68, 68, 68);
  font-style: normal;
  font-variant: small-caps;
  text-transform: none;
}

.aboutme {
  font-family: Georgia, serif;
  font-size: 16px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #59ff42;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}
.projects {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 17px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #42a4ff;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: capitalize;
}
.testimonials {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #ac3aff;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: capitalize;
}
.skills {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: beige;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}
.courses {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #ffbe1e;
  font-weight: 400;
  text-decoration: none solid rgb(68, 68, 68);
  font-style: normal;
  font-variant: small-caps;
  text-transform: none;
}
.contact {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 17px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #9087ff;
  font-weight: 400;
  text-decoration: none solid rgb(68, 68, 68);
  font-style: normal;
  font-variant: small-caps;
  text-transform: none;
}
