
body {
  background-color: #f4f1ec;          
  color: #2f2f2f;                     
  font-family: "Helvetica Neue";
  margin: 0;
  padding: 40px;
  line-height: 1.6;
}

h1 {
  font-size: 3rem;
  text-align: center;
  color: #3a5a40;
  margin-bottom: 40px;
}

h2 {
  font-size: 2rem;
  color: #3a5a40;
  margin-top: 60px;
  margin-bottom: 16px;
  border-bottom: 2px solid #a3b18a;
  padding-bottom: 6px;
}

h3 {
  font-size: 1.4rem;
  color: #3a5a40;
  margin: 0;
}


p {
  font-size: 1.05rem;
  max-width: 50vw;
}


table {
  border-collapse: collapse; /* removes gaps between the tables*/
  margin-top: 20px;
  width: 100%;
}

td {
  padding: 16px;
  vertical-align: top;
}


img {
  border-radius: 12px;
  display: block;
}


a {
  color: #3a5a40;
  text-decoration: none; 
  font-weight: 600;
}

a:hover {
  color: #40916c;
  text-decoration: underline;
}


div {
  margin-bottom: 40px;
}

table tr {
  background-color: #ffffff;
  border-radius: 12px;
}



form {
  margin-top: 40px;
}

label {
  font-weight: 600;
}


textarea {
  padding: 8px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
}

input{
  color: white;
  padding: 10px 24px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.submitButton{
  color: #3a5a40;
  border: black;
  border-style: solid;
  border-width: 1px
}
