body {
  background: #e1e1e1;
}
p {
  color: black;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  font-size: 36px;
  color:hsl(34, 100%, 7%);
  text-align: center;
}


}
p {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #9e94ff;

}

h2 {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #668787;



}
img {
  display: block;
  margin: auto;
  width: 50%;
  border-radius: 8px;
}