body {
      background-color: #6D696A;
      font-family: 'Exo', sans-serif;
      font-size: 17px;
      margin: 0;
      padding: 0;
    }    nav {
      background-color: #292929;
      display: flex;
      justify-content: space-between;
      padding: 7px 55px;
    }    nav a {
      color: #ECF0F1;
      font-family: 'Exo', sans-serif;
      font-size: 18px;
      text-decoration: none;
    }    nav a:hover {
      color: #292929;
    }    #container {
      background-color: #ECF0F1;
      margin: 0 auto;
      max-width: 850px;
      padding: 55px;
	margin-bottom: 37px;
    }  h1 {
      color: #6D696A;
      font-family: 'Lato', sans-serif;
      font-weight: bold;
	font-size: 29px;
    }  h2  {
      color: #6D696A;
      font-family: 'Lato', sans-serif;
      font-weight: bold;
	font-size: 25px;
    }  h3  {
      color: #6D696A;
      font-family: 'Lato', sans-serif;
      font-weight: bold;
	font-size: 24px;
    }  h4  {
      color: #6D696A;
      font-family: 'Lato', sans-serif;
      font-weight: bold;
	font-size: 24px;
    }  h5  {
      color: #6D696A;
      font-family: 'Lato', sans-serif;
      font-weight: bold;
	font-size: 20px;
    }  h6  {
      color: #6D696A;
      font-family: 'Lato', sans-serif;
      font-weight: bold;
	font-size: 18px;
    }  p, li {
      color: #292929;
      font-family: 'Exo', sans-serif;
      font-size: 17px;
      line-height: 1.5;
    }  table {
      border-collapse: collapse;
      border: 2px solid #292929;
      margin-bottom: 55px;
      width: 100%;
    }  th {
      background-color: #292929;
      color: #ECF0F1;
      font-family: 'Exo', sans-serif;
      font-weight: normal;
      padding: 7px;
      text-align: left;
    }  td {
      border: 2px solid #292929;
      padding: 7px;
      text-align: left;
    }form {
  background-color: #ECF0F1;
  border: 2px solid #292929;
  border-radius: 5px;
  padding: 22px;
}

label {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
}input[type='text'],
input[type='email'],
textarea {
  border: 2px solid #292929;
  border-radius: 5px;
  font-size: 17px;
  padding: 7px;
  width: 55%;
  margin-bottom: 22px;
}

input[type='submit'] {
  background-color: #6D696A;
  border: none;
  color: #ECF0F1;
  font-size: 17px;
  font-weight: bold;
  padding: 7px 22px;
  border-radius: 5px;
  cursor: pointer;
}input[type='submit']:hover {
  background-color: #91171F;
}  #footer {
      background-color: #292929;
      color: #ECF0F1;
      padding: 22px;
      text-align: center;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }  #footer-nav {
      flex-direction: column;
      background-color: #292929;
    }  #footer-nav a {
      color: #ECF0F1;
      text-decoration: none;
      padding: 7px 0;
    }  #footer-nav a:hover {
      text-decoration: underline;
    }  #copyright {
      color: #ECF0F1;
      font-size: 17px;
      font-family: 'Exo', sans-serif;
    }
