body {
  background: none;
  text-align: center;
}
p {
  color:darkred;
  text-align: center;
  font-size: 18px;  
}
h3 {
  font-weight: bold;
  color:gold;
  text-align: center;
  font-size: 26px;
  text-decoration:underline
}

h2 {
  text-align: center;
  color:black;
  text-decoration: overline;
}
img {
  border-radius:911;
  border-style:inset;
  border-color: whitesmoke;
  margin:inherit;
  float:left;
}
h4 {
  text-align: center;
  color: rebeccapurple;
  text-decoration: underline;
  text-decoration-style:dotted;
  font-size: 21p;
}

li {
  color:darkgoldenrod;
}

