.body {
  background: linear-gradient(-45deg, #35577D, #141E30);
  margin: 80;
  padding: 80;
}

.header {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  font-style: italic;
  background: #015692ed;
  color: #ffffffe5;
  padding: 20px 10px;
  text-align: center;
  border-radius: 5px;
  border: 3px solid rgba(0, 128, 0, 0.767);
  margin-left: 90px;
  margin-right: 90px;
}

.Donate {
 font-family: Helvetica;
 background: #015692ed;
 color: #ffffffe5;
 text-align: center;
 padding: 20px 10px;
 border-radius: 5px;
 border: 3px solid rgba(0, 128, 0, 0.767);
 margin-left: 90px;
  margin-right: 90px;
}


.caption {
display: block;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-style: italic;
  line-height: 20px;
  margin-left: 500px;
  padding: 10px;
  position: relative;
  top: 80%;
  width: 10%;
  background-color: rgba(255, 255, 255, 0.826);
  color: black;
  opacity: 0.2;
}

.image2 {
  background-image: url('https://assets-global.website-files.com/63a02e61e7ffb565c30bcfc7/65ea99845e53084280471b71_most%20beautiful%20landscapes%20in%20the%20world.webp');
  background-position: center;
  background-size: cover;
  height: 430px;
  width: 1140px;
  margin: 0 auto;
  border: 4px solid rgba(0, 128, 0, 0.767);
  
}


.image {
  background-image: url('https://wallpaperaccess.com/full/5101318.jpg');
  background-position: center;
  background-size: cover;
  height: 430px;
  width: 1140px;
  margin: 0 auto;
  border: 4px solid rgba(0, 128, 0, 0.767);
}

.explonation {
  font-size: 29px;
  line-height: 27px;
}

.explonation, .text, .help {
  display: block;
  font-style: inherit;
  margin-left: 220px;
  margin-right: 220px;
  padding: 10px;
  background: rgba(4, 148, 4, 0.884);
  color: #ffffffe5;
  text-align: center;
  border-radius: 5px;
  border: 2.5px solid rgb(7, 124, 167);
}

.text {
  font-size: 19px;
  margin-left: 320px;
  margin-right: 320px;
}

.list .li {
  font-style: inherit;
  margin-left: 220px;
  margin-right: 220px;
  padding: 10px;
  background: #015692ed;;
  color: goldenrod;
  text-align: center;
  border-radius: 100px;
  border: 0.1px solid rgba(0, 128, 0, 0.767);
}

.Donate {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  
}

.help {
  font-size: 19px;
  margin-left: 320px;
  margin-right: 320px;
  margin-bottom: 13%;
}


@media (max-width: 700px) {
  .image, .image2 {
    height: 250px;
    width: 90%;
  }

  .header, .Donate {
    font-size: 24px;
    border-radius: 3px;
    border: 2px solid rgba(0, 128, 0, 0.767);
  }

  .caption {
    font-size: 14px;
    line-height: 16px;
    margin: 10px auto;
    width: 90%;
    top: 70%;
  }

  .explonation, .text, .list .li, .help {
    font-size: 14px;
    margin: 10px auto;
    width: 90%;
  }

  .Donate {
    font-size: 32px;
  }
}

@media (min-width: 700px) and (max-width: 1024px) {
  .image, .image2 {
    height: 250px;
    width: 90%;
  }

  .header, .Donate {
    font-size: 24px;
    border-radius: 3px;
    border: 2px solid rgba(0, 128, 0, 0.767);
  }

  .caption {
    font-size: 14px;
    line-height: 16px;
    margin: 10px auto;
    width: 90%;
    top: 70%;
  }

  .explonation, .text, .list .li, .help {
    font-size: 14px;
    margin: 10px auto;
    width: 90%;
  }

  .Donate {
    font-size: 32px;
  }

}