html, body {
      background-color: #ffffff;
      color: #000000;
      height: 100%;
      margin: 4;
      padding: 0;
}

header {
      background-color: #FFFFFF;
      color: #000000;
      text-align: center;
      font-size: 28px;  
}

header a {
       text-decoration: none;
       color: #3399FF;
       font-family: calibri;
}

.nav-grid {
       display: grid;
       grid-template-columns: repeat(7, 1fr);
       gap: 4px;
       text-align: center;
       background-color: #66ccff;
       padding: 10px;
}

.nav-grid a {
        text-decoration: none;
        color: black; 
        padding: 4px;
        font-family: calibri;
        font-size: large;
}

.nav-grid a:hover {
        background-color: white; 
        color: black; 
}

.column {
         margin-top: 20px;
         float: left;
         width: 50%;
         padding 10px;
         font-family: Arial, sans-serif;
         font-weight: bold;
         background-color:#99ff99;
 
  
}



.column h1 {
        margin-top: auto;
        margin-bottom: 28px;
        flex-basis: 0;
        text-align: center;
        font-size: xx-large;
        color: #0099cc;  
}

.column h2 {
        margin-top: auto;
        margin-bottom: auto;
        flex-basis: 0;
        text-align: center;
        font-size: x-large;
        color: #0099cc;
}

.row:after {
        content: "";
        display: table;
        clear: both; 
}

.center-text {
        display: flex;
        flex-direction: column;
        align-items: center;
}

.news-block {
       display: flex;
       justify-content: center;
       align-items: center;
       background-color: #66ccff;
       padding: 15px;
       width: 70%;
       margin: 0 auto;
       border-radius: 25px;
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
       flex-direction: row;
}

.news-block h2 {
       font-size: xx-large;
       font-weight: bold;
       color: black;
       font-family: Arial, sans-serif;
       margin-top: -100px;
       margin-right: -40px;
 }

.news-block img {
       margin-right: 20px;
       max-height: 200px;
       max-width: 350px;
}

.news-block a {
       text-decoration: none;
       color: black;
       font-family: Arial, sans-serif;
       font-weight: bold;
       font-size: x-large;
       margin-left: -140px;
       margin-top: 20px;
}

.container {
      display: flex;
      gap: 20px;
      margin-left: auto;
      margin-right: auto;
            
        }

.heading {
     font-size: 32px;
     font-family: calibri;
     font-style: bold;
  }

.paragraph {
     font-size: 20px;
     font-family: calibri;
}

.image-custom {
    margin-left: 450px;
}

.section {
     flex: 1;
     font-family: Arial, sans-serif;
     font-weight: bold;
     color: #ffffff;
     background-color: #99ff99;
     border: 2px solid #66ccff;
     padding: 20px;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
 }

 .social-links {
    list-style-type: disc;
    margin-left: -20px;
    text-align: center;
}

.social-links li {
   margin-bottom: 10px;
   text-align: center;
}
        
        
dt {
   color: #002171;
   text-align: center;
}

.dt h2 { 
   text-align: center;
}

.h1-custom {
  font-size: 24px;
  float: right;
  margin-top: -150px;
  
}
video {
   float: right;
   margin-left: 30em;
   margin-bottom: -100px;
   margin-top: -50px;
}

.main-header h1 {
   font-size: 40px;
   font-family: Arial, sans-serif;
   text-align: center;
}

.postcard-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
}

.postcard {
   background-color: #99ff99;
   padding: 20px;
   text-align: center;
   font-family: calibri;
   font-size: large;
}

.postcard img {
   max-width: 100%;
   height: auto;
   margin-bottom: 10px;
}

.postcard h3 {
   font-size: 20px;
   margin-bottom: 5px;
}

.postcard p {
   font-size: 18px;
   margin: 5px 0;
   font-style:oblique;
}

.h1-with-bg {
   background-image: url('Leaf.jpg');
   background-size: cover;
   background-position: center;
   color: fffff;
   padding: 20px;
   text-align: center;
   font-family: calibri;
   Font-size: 45px;
} 


#block1 {
  background-color: #99ff99;
  padding: 20px;
  font-family: calibri;
  
}

.block h2 {
  margin-bottom: 10px;
}

.donation-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.donation-form input{
  type:text;
}

.donation-form select {
  width: 10%;
  padding: 5px;
}

.name-inputs {
  display: flex;
  gap: 10px;
}

.make-payment-btn {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
 
}
#block2 {
  display: flex;
  float: right;
  align-items: flex-start;
  background-color: #f2f2f2;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 500px;
  margin-left: 100px;
  margin-top: -390px;
}

.left-column {
  flex: 1;
  font-weight: bold;
}

.right-column {
  flex: 1;
  margin-left: 20px;
  font-weight: bold;
}

.heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.description {
  margin-bottom: 15px;
}

.bullet-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 0;
  
}

.list-item {
  margin-bottom: 15px;
}

.join-button {
  background-color: #4caf50;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  margin-top: 150px;
  margin-right: 100px;
 
}

.join-button:hover {
  background-color: #45a049;
}

.contact-section {
    background-color: #66ccff;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 50px;
}

.contact-title {
    font-weight: bold;
    color: #ffffff;
    font-size: xxx-large;
    margin-bottom: 15px;
    margin-top: 15px;
}

.contact-info {
   text-align: left;
   margin-bottom: 20px;
}

.contact-info p {
   margin: 5px 0;
}

.contact-form {
  text-align: left;
 }

 .contact-form label {
    display: block;
    margin-bottom: 5px;
 }

.contact-form input,
.contact-form textarea {
  padding: 5px;  
  width: 75%;
  margin-bottom: 10px;
 }

.contact-form button {
   background-color: #99ff99;
   color: #00000;
   border: none;
   padding: 10px 20px;
   cursor: pointer;
}
 
.social-links {
   margin-top: 15px;
   margin-bottom: 15px;
}

.social-links h2 {
   margin-top: -10px;
   color: #ffffff;
}

.social-links p {
   display: inline-block;
   margin: 0 10px;
   color: white;
   font-size: 20px;
}
    
.header-title {
   font-size: 50px; 
   font-family: Arial;
   text-align: center;
}

.article-list {
   display: flex;
   flex-direction: column;
}

.article {
   display: flex;
   align-items: center;
   margin-bottom: 20px;
   background-color: #99ff99;
   padding: 20px;
   font-family: calibri;
   font-size: large;
}

.article-image {
   margin-right: 20px;
   width: 200px;
   height: 150px;
}

.article-content {
   margin-right: 20px;

}

footer {
  text-align: center;
  background-color: #f9f9f9; 
  position: static;
  font-size: 14px;
  margin: 0 auto;
  max-width: 960px;

}   
