
body {
   margin: auto;
	font-family: 'Poppins', sans-serif;
   font-weight: 200;
	font-size: 16px;
	text-align: center;
	background-color:#F5ECCE;

}

header{
   width: 80%;
   margin: auto;
}

section{
   width: 80%;
   margin: auto;
}

h1 {
   font-family: 'Lobster', sans-serif;
   text-align: center;
   font-size: 50px;
}

h2 {
   text-align: center;
   font-size: 20px;
}
   
h3 { font-family: 'Lobster', sans-serif;
   text-align: left;
   font-size: 30px;
}

h4 {
   text-align: left;
   
} 

h5 {
   text-align: left;

} 

ul { 
   text-align: left;
   font-size: 90%;
   text-indent:0px
}

ol{
   text-align: left;
   font-size: 90%
}  	  
  
em {
   font-size:80%
}

footer {
   width: 100%;
   height: 80px;
   padding-top: 30px;
   text-align: center;
   background-color:#F7BE81;
   border-top: 2px solid #AAA;
}

/*
.rouge {
   background-color: ;
}
*/

.left{
   text-align: start;
}