body {
      background-color: #4C1A57;
      font-family: 'Fira Sans', sans-serif;
      font-size: 15px;
      margin: 0;
      padding: 0;
    }    .primary-nav {
  display: flex;
  justify-content: flex-start;
  background-color: #484848;
  padding: 19px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}    .primary-nav a {
  margin-right: 10px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: none;
}    .primary-nav a:first-child {
  margin-left: 15%;
}    .primary-nav a:last-child {
  margin-right: 20%;
  margin-left: 29px;
}    .primary-nav a:hover {
  text-decoration: underline;
}    #container {
      background-color: #FFFFFF;
      margin: 0 auto;
      max-width: 975px;
      padding: 59px;
	margin-bottom: 29px;
    }  h1 {
      color: #FFFFFF;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
        font-size: 28px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #4C1A57;
      padding: 11px 19px;
      border-radius: 19px;      
      z-index: 1;
    }  h2  {
      color: #4C1A57;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
	font-size: 25px;
    }  h4  {
      color: #4C1A57;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
	font-size: 21px;
    }  h5  {
      color: #4C1A57;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
	font-size: 20px;
    }  h6  {
      color: #4C1A57;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
        font-size: 17px;
    }  p, li {
      color: #484848;
      font-family: 'Fira Sans', sans-serif;
      font-size: 15px;
      line-height: 1.5;
    }  table {
      border-collapse: collapse;
      border: 2px solid #484848;
      margin-bottom: 59px;
      width: 100%;
    }  th {
      background-color: #484848;
      color: #FFFFFF;
      font-family: 'Fira Sans', sans-serif;
      font-weight: normal;
      padding: 11px;
      text-align: left;
    }  td {
      border: 2px solid #484848;
      padding: 11px;
      text-align: left;
    }form {
  background-color: #FFFFFF;
  border: 2px solid #484848;
  border-radius: 5px;
  padding: 19px;
}

label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 11px;
}
  #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 #484848;
  border-radius: 5px;
  font-size: 15px;
  padding: 11px;
  width: 59%;
  margin-bottom: 19px;
}

input[type='submit'] {
  background-color: #4C1A57;
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 19px;
  border-radius: 5px;
  cursor: pointer;
}input[type='submit']:hover {
  background-color: #2e1f27;
}  #footer {
      background-color: #484848;
      color: #FFFFFF;
      padding: 19px;
      text-align: center;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }  #footer-nav {
  display: flex;
  flex-direction: row;
  background-color: #484848;
  margin-left: 19%;
}  #footer-nav a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 11px 29px;
}  #footer-nav a:hover {
      text-decoration: underline;
    }  #copyright {
      color: #FFFFFF;
      font-size: 15px;
      font-family: 'Fira Sans', sans-serif;
    }
