body {
  background: rgba(236, 181, 225, 0.38);
}
p {
  color: black;
  text-align: center;
  font-size: 20px;
  
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: rgb(255, 127, 129);
  
}
h2{
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: aquamarine;

}
h3 {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  color: rgb(255, 127, 129);

}
img {
  display: block;
  margin: auto;
  width: 50%;
}