* {
  background-image: url("./assets/esclavage.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

h1 {
  font-size: 6rem;
  font-family: Arial;
  color: #BD6FB9;
  margin: 1rem;
}

a {
  font-size: 1.7rem;
  color: #303030;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

td, tr {
  border: 0.1rem solid black;
  padding: 1rem;
}

table {
  border-bottom: none;
}

p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #612F5E;
  text-align: justify;
}

.liste {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 8rem;
	margin-right: 3rem;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-style: italic;
	color: #04104A;
	font-size: 1.5rem;
}

.text-center {
  text-align: center;
}

.reply {
  font-size: 1.5rem;
  margin-left: 8rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
  margin-right: 3rem;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-style: italic;
  color: #04104A;
}

.question {
  margin-bottom: 1rem;
  margin-top: 3rem;
  margin-left: 3rem;
  text-decoration: underline;
  font-size: 2rem;
  color: #173513;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.homeIcon {
  width: 2rem;
  height: 2rem;
}