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

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

img {
  border-radius: 100%;
  display: block;
  margin: auto;
  width: 50%;
  border-style:double;
  border-color: deeppink;
}