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: 36px;
  color: #ffffff;
}
h2 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: rgba(0, 177, 255, 0.65);
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
img {
  border: 5px solid #00ffc4;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}