body {
  background: #64eefd;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

h1 {
  color: red;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

h2 {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: green;
  color: purple;
  text-decoration-thickness: 5px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: dotted;
  border-width: 10px;
  border-color: #ff92fc;
}

h3 {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: green;
  color: purple;
  text-decoration-thickness: 5px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: dotted;
  border-width: 10px;
  border-color: #ff92fc;
}

h4 {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: green;
  color: purple;
  text-decoration-thickness: 5px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: dotted;
  border-width: 10px;
  border-color: #ff92fc;
}
a {
  display: block;
  text-align: center;
  background: #a185a0;
}

p {
  text-align: center;
  color: navy;
  background: #a185a0;
  text-decoration-thickness: 5px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: dotted;
  border-width: 10px;
  border-color: #ff92fc;
}

img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

table {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 250px;
  padding-left: 250px;
}

td {
  padding-right: 30px;
  padding-left: 30px;
}
.head-highlight {
  color: blue;
  background-color: #edf33b;
}
#thumbnail {
  border: 1px solid #ddd;
  border-radius: 20%;
  border-top-style: dotted;
  border-right-style: dashed;
  border-bottom-style: solid;
  border-left-style: inset;
  border-color: yellow;
  border-width: 10px;
}
