body {
  background: #d21add;
}
p {
  color: #eeff00;
  text-align: center;
  font-size: 20px;
  
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #00ff22;
}
h2 {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color:#ffe200;
  
  


}
img {
  border-radius: 50%);
  display: block;
  margin: auto;
  width: 50%;
border-style: dotted;
}

