body {
  background: #a42b2b;
}
p {
  color: black;
  text-align: center;
font-size: 20px;
}
h1 {
  font-weight: bold;
  font-size: 36px;
  color:antiquewhite;
  text-align: center;
  }


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

h2 {
font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: azure;
 
  
 
}
img {
  display: block;
  margin: auto;
  width: 50%;
  border-radius: 8px;
}