body {
  background:green ;
}
h2 {
  color:aquamarine;
  text-align: center;
 font-size: 30px;
}
h1 {
  font-weight: bold;
  color:lavender;
  text-align: center;
  font-size:  36px;
}

h3 {
  color:darkturquoise;
  text-align: center;
  font-size: 25px;
}

img {
  display: block;
  margin: auto;
  width: 50%;
}
p{
  text-align: center;
  font-size:20px;
  color: burlywood;
}