body {
  background: #559186; background-image: url("Mountain.png");
}
p {
  color:aqua;
  font-size: 24px;
  
text-align: center;}
h1 {color:aqua;
  font-weight: bold;
  font-size: 36px;
text-align: center}
h2{
  text-align:center;
  font-size: 32px;
  color: aqua;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}