body {
  background-color: #e7ee89;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

h1 {
  color: #d69bf3;
  background-color: #ffffcc;
  text-align: center;
  text-decoration-line: overline;
  text-decoration-color: green;
  text-decoration-style: dotted;
  text-decoration-thickness: 5px;
  letter-spacing: 5px;
  font-family: "Times New Roman";
  font-size: 100px;
  border-style: dashed;
}

h2 {
  color: red;
  background-color: #ffffcc;
  text-align: center;
  text-decoration-line: overline;
  text-decoration-color: green;
  text-decoration-style: dotted;
  text-decoration-thickness: 5px;
  letter-spacing: 5px;
  font-family: "Times New Roman";
  font-size: 30px;
  border-style: dashed;
}

h3 {
  color: red;
  background-color: #ffffcc;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}
h4 {
  color: red;
  background-color: #ffffcc;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

p {
  color: navy;
  text-align: center;
}

a {
  color: #2ce6bb;
  background-color: #d36fde;
  display: block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  margin-left: 300px;
  margin-right: 300px;
}
img {
  height: 300px;
  width: 300px;
  border-radius: 30%;
  padding: 10px;
  border: 2px;
  border-style: solid;
  border-color: #57aad4;
}

table {
  margin: 0px auto;
}

td {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonial {
  background-color: #dea66f;
  text-align: left;
  margin-left: 50px;
  margin-right: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 15px;
}

#course {
  color: #deda6f;
  background-color: #dea66f;
  text-align: left;
  margin-left: 50px;
  margin-right: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 15px;
}

#skills {
  color: #6fde9f;
  background-color: #dea66f;
  text-align: left;
  margin-left: 50px;
  margin-right: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 15px;
}

.contact {
  color: #6fde73;
  background-color: #dea66f;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 15px;
}
