body {
  text-align: center;
  background-image: url("Teton-sunrise.1.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: aqua;
}

h1 {
  color: whitesmoke; 
  font-size: 72px;
}

h2 {
  color: aqua;
  font-size: 50px;
}

p {
  padding-top: 22px;
  color: crimson; 
  font-size: 22px;
  font-weight: bold;
  text-shadow: 2px 2px orange;
}

