body {
  background: #dad363;
}
p {
  color: #ff0000;
  font-size: 24px;
  text-align: center;
   
  

}
h1 {
  font-weight: bold;
  
  color: #ff0000
    text-align: center;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
