body {
      background-color: #410B13;
      font-family: 'Helvetica', sans-serif;
      font-size: 15px;
      margin: 0;
      padding: 0;
    }    .primary-nav {
      background-color: #2A2A2A;
      display: flex;
      justify-content: space-between;
      padding: 9px 43px;
    }    .primary-nav a {
      color: #FEFEFF;
      font-family: 'Helvetica', sans-serif;
      font-size: 18px;
      text-decoration: none;
    }    .primary-nav a:hover {
      color: #2A2A2A;
    }    #container {
      background-color: #FEFEFF;
      margin: 0 auto;
      max-width: 925px;
      padding: 43px;
	margin-bottom: 31px;
    }  h1 {
      color: #FEFEFF;
      font-family: 'Muli', sans-serif;
      font-weight: bold;
        font-size: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #410B13;
      padding: 9px 24px;
      border-radius: 24px;      
      z-index: 1;
    }  h2  {
      color: #410B13;
      font-family: 'Muli', sans-serif;
      font-weight: bold;
	font-size: 25px;
    }  h4  {
      color: #410B13;
      font-family: 'Muli', sans-serif;
      font-weight: bold;
	font-size: 22px;
    }  h5  {
      color: #410B13;
      font-family: 'Muli', sans-serif;
      font-weight: bold;
	font-size: 19px;
    }  h6  {
      color: #410B13;
      font-family: 'Muli', sans-serif;
      font-weight: bold;
        font-size: 18px;
    }  p, li {
      color: #2A2A2A;
      font-family: 'Helvetica', sans-serif;
      font-size: 15px;
      line-height: 1.5;
    }  table {
      border-collapse: collapse;
      border: 2px solid #2A2A2A;
      margin-bottom: 43px;
      width: 100%;
    }  th {
      background-color: #2A2A2A;
      color: #FEFEFF;
      font-family: 'Helvetica', sans-serif;
      font-weight: normal;
      padding: 9px;
      text-align: left;
    }  td {
      border: 2px solid #2A2A2A;
      padding: 9px;
      text-align: left;
    }form {
  background-color: #FEFEFF;
  border: 2px solid #2A2A2A;
  border-radius: 5px;
  padding: 24px;
}

label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 9px;
}
  #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 #2A2A2A;
  border-radius: 5px;
  font-size: 15px;
  padding: 9px;
  width: 43%;
  margin-bottom: 24px;
}

input[type='submit'] {
  background-color: #410B13;
  border: none;
  color: #FEFEFF;
  font-size: 15px;
  font-weight: bold;
  padding: 9px 24px;
  border-radius: 5px;
  cursor: pointer;
}input[type='submit']:hover {
  background-color: #312509;
}  #footer {
      background-color: #2A2A2A;
      color: #FEFEFF;
      padding: 24px;
      text-align: center;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }  #footer-nav {
      flex-direction: column;
      background-color: #2A2A2A;
    }  #footer-nav a {
  color: #FEFEFF;
  text-decoration: none;
  text-align: left;
  margin-left: 124px;
  padding: 9px -24px;
}  #footer-nav a:hover {
      text-decoration: underline;
    }  #copyright {
      color: #FEFEFF;
      font-size: 15px;
      font-family: 'Helvetica', sans-serif;
    }
