body {
      background-color: #D68C45;
      font-family: 'Play', sans-serif;
      font-size: 17px;
      margin: 0;
      padding: 0;
    }    nav {
      background-color: #484848;
      display: flex;
      justify-content: space-between;
      padding: 11px 44px;
    }    nav a {
      color: #ECF0F1;
      font-family: 'Play', sans-serif;
      font-size: 17px;
      text-decoration: none;
    }    nav a:hover {
      color: #484848;
    }    #container {
      background-color: #ECF0F1;
      margin: 0 auto;
      max-width: 825px;
      padding: 44px;
	margin-bottom: 32px;
    }  h1 {
      color: #D68C45;
      font-family: 'Fira Sans', sans-serif;
      font-weight: bold;
	font-size: 29px;
    }  h2  {
      color: #D68C45;
      font-family: 'Fira Sans', sans-serif;
      font-weight: bold;
	font-size: 26px;
    }  h3  {
      color: #D68C45;
      font-family: 'Fira Sans', sans-serif;
      font-weight: bold;
	font-size: 24px;
    }  h4  {
      color: #D68C45;
      font-family: 'Fira Sans', sans-serif;
      font-weight: bold;
	font-size: 24px;
    }  h5  {
      color: #D68C45;
      font-family: 'Fira Sans', sans-serif;
      font-weight: bold;
	font-size: 19px;
    }  h6  {
      color: #D68C45;
      font-family: 'Fira Sans', sans-serif;
      font-weight: bold;
	font-size: 17px;
    }  p, li {
      color: #484848;
      font-family: 'Play', sans-serif;
      font-size: 17px;
      line-height: 1.5;
    }  table {
      border-collapse: collapse;
      border: 2px solid #484848;
      margin-bottom: 44px;
      width: 100%;
    }  th {
      background-color: #484848;
      color: #ECF0F1;
      font-family: 'Play', sans-serif;
      font-weight: normal;
      padding: 11px;
      text-align: left;
    }  td {
      border: 2px solid #484848;
      padding: 11px;
      text-align: left;
    }form {
  background-color: #ECF0F1;
  border: 2px solid #484848;
  border-radius: 5px;
  padding: 21px;
}

label {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 11px;
}input[type='text'],
input[type='email'],
textarea {
  border: 2px solid #484848;
  border-radius: 5px;
  font-size: 17px;
  padding: 11px;
  width: 44%;
  margin-bottom: 21px;
}

input[type='submit'] {
  background-color: #D68C45;
  border: none;
  color: #ECF0F1;
  font-size: 17px;
  font-weight: bold;
  padding: 11px 21px;
  border-radius: 5px;
  cursor: pointer;
}input[type='submit']:hover {
  background-color: #14342b;
}  #footer {
      background-color: #484848;
      color: #ECF0F1;
      padding: 21px;
      text-align: center;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }  #footer-nav {
      flex-direction: column;
      background-color: #484848;
    }  #footer-nav a {
      color: #ECF0F1;
      text-decoration: none;
      padding: 11px 0;
    }  #footer-nav a:hover {
      text-decoration: underline;
    }  #copyright {
      color: #ECF0F1;
      font-size: 17px;
      font-family: 'Play', sans-serif;
    }
