body {
  background: rgba(117, 255, 141, 0.2);
}
p {
  color: #c987ab;
  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: #f2a8d0;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
img {
  border-radius: 50%;
  border: 10px solid #ddd;
  border-radius:100px;
  padding: 9px;
  width: 150px;
  border-color: rgb(143, 216, 152);
}