

html,
body { 
  font-family: 'Oswald', sans-serif; 
  background-color: #FFFFFF;
  color: #E4EBED;  
}

h1 {
  font-family: 'Josefin Slab', sans-serif;
  font-variant: small-caps;  
  font-size: 200%;  
  text-align: center;
}

nav {
  text-align: center;
  margin-left: -10%;
}

nav ul {
  text-align: center;
}
nav ul li 
{  
  display: block;
  text-align: center;
  line-height: 2em;
}

nav ul a 
{
  text-decoration: none;
  color: black;
  margin: 60px;
}


/*block photos*/

#photos {
  
  height: auto;
  position: relative;
}

/*photo 1*/

.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;  
  font-size: 0.8em;
}

p {
  margin-top: 5%;
  text-align: center;
}

span {
  font-weight: bold;
}