body{
  background-color: #779B65;
  background-image: url(assets/GrassBackground.jpg);
  background-size: cover;
  background-blend-mode: lighten;
}
h1{
  text-align: center;
  font-weight: bolder;
  color: red;
  background-color: aliceblue;
}
h2{
  text-align: center;
  font-weight: bolder;
  color: black;
  background-color: #779B65;
}
figcaption{
  font-style: italic;
  font-weight: bolder;
  font-size: small;
  color: whitesmoke;
  background-color: darkblue;
}
a{
  color: beige;
}
p{
  color:aqua;
  background-color: black;
}
figure > img{
  max-width: 100%;
}