@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
body {
    font-family: "dinner-regular";
  }

h1 {
    text-decoration: underline;
    font-family: 'Indie Flower';
    color:#758BFD;
    text-idente: 10px;
   text-align:center;
}
h2 {
    text-decoration: underline;
    font-family: 'Indie Flower';
    color:#000000;
    text-idente: 10px;
}

p {
    font-family: "abel";
    font-weight: bold;
    font-size: 50px;
    color:#F8F7FF;
   text-align:center;
}
#vecu{
  font-family: 'Indie Flower';
    background-color:#9381FF;
    margin: 20px;
   text-align:center;
}
#experience{
font-family: 'Indie Flower';
    background-color: #B8B8FF;
    margin: 20px;
   text-align:center;
}
#fabriquer{
font-family: 'Indie Flower';
    background-color: #FFD8BE;
    margin: 20px;
   text-align:center;
}

#attentes{
font-family: 'Indie Flower';
    background-color:#FFEEDD;
    margin: 20px;
   text-align:center;
  }
  
  ul {
  list-style-image: url('https://yesyouweb.com/wp-content/uploads/2021/03/fish-bullet.png');
}