@import url(https://fonts.googleapis.com/css?family=Lobster);

body {
  background-color:Teal;
    font-family: "lobster";
      
    display:flex;
    justify-content:flex-start;
}

h1 {
    font-family: "lobster";
    color:;
  
  
      
      
    text-indent: 20px;
      
}
div{
  padding:7px;
}

p {
    font-family: "lobster";
    font-weight: bold;
    font-size: 30px;
    color:black;
}
#experience{
    background-color: cyan;
    margin: 20px;
}
#competences{
    background-color: steelblue;
    margin: 20px;
}
#attentes{
background-color:#52BE80
  ;

  margin:20px;}div
