body {
  background: rgba(198, 232, 254);
}
p {
  color: #e699c2;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #f34fa8
}
h2 {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: rgb(255, 124, 194);
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
img {
  border-radius: 50%;
  border: 10px solid #ddd;
  border-radius:100px;
  padding: 9px;
  width: 150px;
  border-color:lightskyblue
}