body {
  background: rgba(206, 142, 249, 0.2);
}
p {
  color: #f390c6;
  text-align: center;
  font-size: 20px;

}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #eb7eb9
}
h2 {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #ff80c5;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
img {
  border-radius: 50%;
  border: 10px solid rgb(232, 172, 255);
  border-radius:100px;
  padding: 9px;
  width: 150px;
  border-color:
}