@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400..600&family=Young+Serif&display=swap');

html {
  background-color: hsl(30, 54%, 90%);
  display: flex;
  align-content: center;
  justify-content: center;
}


body{
  background-color: white;
  width : 736px;
  border-radius: 20px;
  padding: 40px;
}

.separation{
  background-color: hsl(30, 18%, 87%);
  width: 100%;
  height: 1px;
}

/* top page */


header{
  display: flex;
  flex-direction: column;

}

.omelette{
  text-align: center;
  width: 100%;
  border-radius: 20px;
}

h1{
  color:hsl(24, 5%, 18%);
  font-family: 'Young Serif';
  text-align: left;
  font-size: 45px;
  font-weight: 400 ;
  margin: 0px;
  margin-top: 35px;
}


p{
  font-size: 17.7px;
  font-weight: lighter;
  margin-bottom: 30px;

}

/* navigation menu */


nav{
  margin: 30px;
   font-family: 'Outfit';
}


h3{
  color: hsl(332, 51%, 32%);
  font-size: 20px;
  letter-spacing: 1px;
 
}

ul{
  padding-left: 25px;
  margin: 6px;
}

li{
  padding: 7px;
  padding-left: 14px;
}

stan{
  font-weight: bold;
}






/* main page */


.int-puce{
  list-style-type: decimal;
}




.text{
  font-family: 'Outfit';
  font-size: 16px;
  color: black
}

h2{
   font-family: 'Young Serif';
   color: hsl(332, 51%, 32%);
   font-weight: lighter;
   font-size: 25px;
}


.pink-text{
  color: hsl(332, 51%, 32%);
  font-weight: bolder;
}

table{
  width: 100%;
  padding-left: 31px;
  
  
}

.normal{
  border-bottom: 1px solid;
  border-color: hsl(30, 18%, 87%);
 

}

td{
  padding: 16px 16px;
  

}



