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: #ff0000;
}
h2{
  font-size: 32px;
  text-align: center;
  color: #0025ff;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
img {
  border: 5px solid #001dff;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}