body {
      background-color: #C81D25;
      font-family: 'Abel', sans-serif;
      font-size: 15px;
      margin: 0;
      padding: 0;
    }    nav {
      background-color: #454545;
      display: flex;
      justify-content: space-between;
      padding: 13px 43px;
    }    nav a {
      color: #EAE8FF;
      font-family: 'Abel', sans-serif;
      font-size: 18px;
      text-decoration: none;
    }    nav a:hover {
      color: #454545;
    }    #container {
      background-color: #EAE8FF;
      margin: 0 auto;
      max-width: 950px;
      padding: 43px;
	margin-bottom: 31px;
    }  h1 {
      color: #C81D25;
      font-family: 'Play', sans-serif;
      font-weight: bold;
	font-size: 30px;
    }  h2  {
      color: #C81D25;
      font-family: 'Play', sans-serif;
      font-weight: bold;
	font-size: 26px;
    }  h3  {
      color: #C81D25;
      font-family: 'Play', sans-serif;
      font-weight: bold;
	font-size: 24px;
    }  h4  {
      color: #C81D25;
      font-family: 'Play', sans-serif;
      font-weight: bold;
	font-size: 23px;
    }  h5  {
      color: #C81D25;
      font-family: 'Play', sans-serif;
      font-weight: bold;
	font-size: 19px;
    }  h6  {
      color: #C81D25;
      font-family: 'Play', sans-serif;
      font-weight: bold;
	font-size: 18px;
    }  p, li {
      color: #454545;
      font-family: 'Abel', sans-serif;
      font-size: 15px;
      line-height: 1.5;
    }  table {
      border-collapse: collapse;
      border: 2px solid #454545;
      margin-bottom: 43px;
      width: 100%;
    }  th {
      background-color: #454545;
      color: #EAE8FF;
      font-family: 'Abel', sans-serif;
      font-weight: normal;
      padding: 13px;
      text-align: left;
    }  td {
      border: 2px solid #454545;
      padding: 13px;
      text-align: left;
    }form {
  background-color: #EAE8FF;
  border: 2px solid #454545;
  border-radius: 5px;
  padding: 17px;
}

label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 13px;
}input[type='text'],
input[type='email'],
textarea {
  border: 2px solid #454545;
  border-radius: 5px;
  font-size: 15px;
  padding: 13px;
  width: 43%;
  margin-bottom: 17px;
}

input[type='submit'] {
  background-color: #C81D25;
  border: none;
  color: #EAE8FF;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 17px;
  border-radius: 5px;
  cursor: pointer;
}input[type='submit']:hover {
  background-color: #502274;
}  #footer {
      background-color: #454545;
      color: #EAE8FF;
      padding: 17px;
      text-align: center;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }  #footer-nav {
      flex-direction: column;
      background-color: #454545;
    }  #footer-nav a {
      color: #EAE8FF;
      text-decoration: none;
      padding: 13px 0;
    }  #footer-nav a:hover {
      text-decoration: underline;
    }  #copyright {
      color: #EAE8FF;
      font-size: 15px;
      font-family: 'Abel', sans-serif;
    }
