@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Lobster);

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 140%;
    font-family: "Indie Flower";
    text-align:center;
  background-color:#FDFEFE
  
}

h1 {
    font-family: 'Calibri Corb';
    color:#1;
    text-idente: 10px;
}
h2 {
  font-family:"Candara"
}
p {
    font-family: "Abel";
    font-weight: bold;
    font-size: 50px;
    color:#17202A;
}
#fait{
  font-family: 'Garamond';
    background-color:#FFFDB0;
    margin: 20px;
}
#appris{
font-family: 'Garamond';
    background-color:#E7FFB0 ;
    margin: 20px;
}
#attentes{
font-family: 'Garamond';
    background-color:#FFDFDB;
    margin: 20px;
  }
  
  ul {
  list-style-image: url('https://yesyouweb.com/wp-content/uploads/2021/03/fish-bullet.png');
}