@import url(https://fonts.googleapis.com/css?family=Bungee);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
body {
    background-repeat: repeat-y;
    background-image: url("images/fuseeaeau.png");
    background-attachment: fixed;
    background-size: 140%;
    font-family: "dinner-regular";
   /* display:flex;
    justify-content:flex-start;*/
  background-color:#00A124;
}
div{
	padding:7px;
}
h1 {
    font-family: 'Bungee';
    color:black;
    text-indent: 10px;
}

p {
    font-family: 'Pacifico';
    font-weight: bold;
    font-size: 30px;
    color:black;
}
#experience{
    background-color: red;
    margin: 20px;
width:700px;
}
#competences{
    background-color: red;
    margin: 20px;
width:500px;
}
#attentes{
  background-color: darkgreen;
  
}