

html,
body { 
  font-family: 'Oswald', sans-serif; 
  background-color: #FFFFFF;
  color: #E4EBED;  
  
}  

h1 {
  font-family: 'Josefin Slab', sans-serif;
  font-variant: small-caps;
  letter-spacing: 0.2em;
  font-size: 300%;
  margin-bottom: 20px;
  text-align: center;
}

nav ul {
  text-align: center;
  margin-left: -3%;
}

nav ul li 
{  
  display: inline-block;
  text-align: center;
  
}

nav ul a 
{
  text-decoration: none;
  color: black;
  margin: 60px;
}

nav {
  padding-bottom: 15px;
  text-align: center;
}

nav ul a:hover 
{
  color: #E4EBED;
  }

#about {
  color: #E4EBED;
}

.description {
  color: #AAB0B5;
  line-height: 1.5em;
  display: flex; /* contexte sur le parent */
  flex-direction: column; /* direction d'affichage verticale */
  justify-content: center; /* alignement vertical */

}
h2 {
  font-variant: small-caps;
  letter-spacing: 0.2em;
  font-size: 1.5em;
  margin-top: 5%;
  text-align: center; 
}

.description ul {
  margin-right: auto;
  margin-left: auto;

}
.description ul li {
  list-style-type: none;
  line-height: 2em;  
}

p {
  margin-top: 5%;
  text-align: center;
}

span {
  font-weight: bold;
}

