body {
      background-color: #002E2C;
      font-family: 'Lora', serif;
      font-size: 14px;
      margin: 0;
      padding: 0;
    }    .primary-nav {
      background-color: #3B3B3B;
      display: flex;
      justify-content: space-between;
      padding: 12px 50px;
    }    .primary-nav a {
      color: #EAE8FF;
      font-family: 'Lora', serif;
      font-size: 18px;
      text-decoration: none;
    }    .primary-nav a:hover {
      color: #3B3B3B;
    }    #container {
      background-color: #EAE8FF;
      margin: 0 auto;
      max-width: 875px;
      padding: 50px;
	margin-bottom: 39px;
    }  h1 {
      color: #EAE8FF;
      font-family: 'Montserrat Alternates', sans-serif;
      font-weight: bold;
        font-size: 28px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #002E2C;
      padding: 12px 21px;
      border-radius: 21px;      
      z-index: 1;
    }  h2  {
      color: #002E2C;
      font-family: 'Montserrat Alternates', sans-serif;
      font-weight: bold;
	font-size: 25px;
    }  h4  {
      color: #002E2C;
      font-family: 'Montserrat Alternates', sans-serif;
      font-weight: bold;
	font-size: 22px;
    }  h5  {
      color: #002E2C;
      font-family: 'Montserrat Alternates', sans-serif;
      font-weight: bold;
	font-size: 20px;
    }  h6  {
      color: #002E2C;
      font-family: 'Montserrat Alternates', sans-serif;
      font-weight: bold;
        font-size: 18px;
    }  p, li {
      color: #3B3B3B;
      font-family: 'Lora', serif;
      font-size: 14px;
      line-height: 1.5;
    }  table {
      border-collapse: collapse;
      border: 2px solid #3B3B3B;
      margin-bottom: 50px;
      width: 100%;
    }  th {
      background-color: #3B3B3B;
      color: #EAE8FF;
      font-family: 'Lora', serif;
      font-weight: normal;
      padding: 12px;
      text-align: left;
    }  td {
      border: 2px solid #3B3B3B;
      padding: 12px;
      text-align: left;
    }form {
  background-color: #EAE8FF;
  border: 2px solid #3B3B3B;
  border-radius: 5px;
  padding: 21px;
}

label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
  #faq-section {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  input[type='checkbox'] {
    display: none;
  }
  .faq-item {
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .faq-question {
    background-color: none;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 10px;
  }
  input[type='checkbox']:checked + .faq-answer {
    max-height: 500px;
    transition: max-height 0.4s ease-in;
  }
  #question1:checked ~ #faq-section .faq-item:first-child .faq-answer {
    max-height: 500px;
    transition: max-height 0.4s ease-in;
  }input[type='text'],
input[type='email'],
textarea {
  border: 2px solid #3B3B3B;
  border-radius: 5px;
  font-size: 14px;
  padding: 12px;
  width: 50%;
  margin-bottom: 21px;
}

input[type='submit'] {
  background-color: #002E2C;
  border: none;
  color: #EAE8FF;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 21px;
  border-radius: 5px;
  cursor: pointer;
}input[type='submit']:hover {
  background-color: #0B4F6C;
}  #footer {
      background-color: #3B3B3B;
      color: #EAE8FF;
      padding: 21px;
      text-align: center;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }  #footer-nav {
      flex-direction: column;
      background-color: #3B3B3B;
    }  #footer-nav a {
  color: #EAE8FF;
  text-decoration: none;
  text-align: left;
  margin-left: 121px;
  padding: 12px -21px;
}  #footer-nav a:hover {
      text-decoration: underline;
    }  #copyright {
      color: #EAE8FF;
      font-size: 14px;
      font-family: 'Lora', serif;
    }
