body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 140%;
    font-family: "dinner-regular";
    background-color:blue;
}
#nav{
  display:flex;
}
h1 {
    text-decoration: underline;
    font-family: "dinner-fatt";
    color:slategray;
    text-indent: 10px;
}

p {
    font-family: "abel";
    font-weight: bold;
    font-size: 30px;
}
#experience{
    background-color:gold;
    margin: 20px;
}
#competences{
    background-color:#24F1E4;
    margin: 20px;
 } 
  #apprendre{
    background-color:#BB11F1;
  margin: 20px;