 
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Chewy);
body {
    background-repeat: no-repeat;
    background-image: url("red.png");
    background-attachment: fixed;
    background-size: 140%;
    font-family: "dinner-regular";
    display:flex;
    justify-content:flex-start;
    background-color: #7ae582;
}

h1 {
    text-decoration: underline;
    font-family: "Chewy";
    color:#004e64;
    text-indent: 10px;
}

p {
    font-family: "Pacifico";
    font-weight: bold;
    font-size: 20px;
    color: ;
}

#experience{
    background-color: #b4dcf7f;
    margin: 20px;
    font-family: "Pacifico";
     padding:20px;
}

#competences{
    background-color: #9fffcb;
    margin: 20px;
    font-family: "Pacifico";
    padding:20px;
    font-size: 20px;
}
#attentes{
   background-color: #25a18e;
   font-size: 30px;
   margin: 20px;
   font-family: "Pacifico";
   padding:20px;
}