body {
  background: #fff000;
}
p {
  color: purple;
  text-align: center;
  font-size: 20px;

}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: maroon;
}
h2 {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color:chartreuse;

  
}

img {

  border-radius: 42% 100%;
  display: block;
  margin: auto;
  width: 50%;
  border-style: dotted;
  border-color: #a700ff;
}