body {
    background-color: #f1f2d2;
    color: #9d5baf;
  }
  p {
    font-size: 20px;
  }
  h1{
    color : #1c0118 
  }sx
  a{
    color :  #060106
  }

  p{
    font-size : 18 px;
  }
  a:hover{
    color : #bbbce1 
  
  }
  a{
    text-decoration: none;
  }
  ul{
    list-style-type: square;
  }
  body {
    background-image: url("images/fond-jpg.webp");
    background-size: cover;
 }
  
  