body {
  background: #f8cdcd;
}
p {
  color: black;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  Color: #a9effb;
} 
h2{ font-weight: bold;
  text-align: center;
  font-size: 32px;
  Color: #a56ef6 ;
} img {
  display: block;
  margin: auto;
  width: 50%;
}
img {
  border: 1px solid #ce0000;
  border-radius: 4px;
  padding: 5px;

}
h3{ font-weight: bold;
  text-align: center;
  font-size: 28px;
  Color: #a56ef6 ;
} 