@font-face {
    font-family: "dinner-regular";
    src: url("/fonts/diner-regular/Diner-Regular-webfont.woff") format("woff");
    font-display: auto;
}

@font-face {
    font-family: "dinner-fatt";
    src: url("/fonts/diner-fatt/Diner-Fatt-webfont.woff") format("woff");
    font-display: auto;
}

@font-face {
    font-family: "abel";
    src: url("/fonts/abel/abel-regular-webfont.woff") format("woff");
    font-display: auto;
}@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
@import url(https://fonts.googleapis.com/css?family=Lobster);

body{
background-color:#178DCC ;

}
h1 {
    font-family: 'Lobster';
    color:black;
    text-indent: 10px;
}

p { 
    font-family: "abel";
    font-weight: bold;
    font-size: 30px;
    color:with;
}
#experience{
  font-family: 'Indie Flower';
    background-color:#D3102D;
    margin: 20px;
}
#competences{
  font-family: 'Indie Flower';
    background-color:#EE4805;
    margin: 20px; 
}  
  #attentes{
    font-family: 'Indie Flower';
 background-color:#F0AF03;
    margin: 20px;    
