body {
  background: rgba(248, 93, 203, 0.4);
}
p {
  color: black;
  text-align: center;
  font-size: 20px;

}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  color: #caaa10;
}
h2 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: hsla(0, 0%, 0%, 0.65);
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
img {
  border: 5px solid #ffe200;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}