body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
}

.header1 {
  background-color: #fecd2d;
  text-align: center;
  padding: 10px;
}


.img-size {
    width: 100%;
  max-width: 300px;
  height: auto;
}

 .topnav a {
  float: center;
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}


		}
		
img {
  width: 25%;
  height: auto;
}

.text1 {
  font-size: var(--type--small);
  line-height: var(--primitives--ems--6);
  letter-spacing: -.02em;
  text-wrap: balance;
  flex: 0 auto;
  background-color: #ffffff;
  text-align: center;
}

.donations {
  text-wrap: balance;
  flex: 0 auto;
  background-color: #ffffff;
  text-align: center;
}

.home {
  text-wrap: balance;
  flex: 0 1 auto;
  background-color: #ffffff;
  text-align: center;
}

.home img {
  max-width: 75%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.storyimg {
  text-wrap: balance;
  flex: 0 auto;
  background-color: #ffffff;
  text-align: center;
}

.form {
    text-wrap: balance;
  flex: 0 auto;
  background-color: #ffffff;
  text-align: right;
}
		
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffcc00;
  padding: 8px;
  text-align: center;
  z-index: 1000;
}

footer p {
    margin: 0;
    color: #4b4b4b;
    font-size: 1em;
}