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

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

  
}
img {
 
  border-radius: 100% 50% 100% 29%;
  display: block;
  margin: auto;
  width: 50%;
  border-style: dotted;
  border-color: #14ff80;
}