@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
body {
    font-family: "Caveat", cursive;
    background-color: #e6f7fe;
    color: #000000;
    background-image: url("images/lignes.png");
    
}
p {
    font-size: 40px;
}
h1 {
    color: #bf3f5d;
    font-size: 60px;
}
a { 
    color:#de507b;
    text-decoration: none;
    font-size: 40px;
}
a:hover {
    color:#6c71c4;
}
ul{
    list-style-type: square;
}
.recommencer {
    color: #ad5d7d;
  }
  p {
    margin: 20px;
    padding: 20px;
  }
  body {
    text-align: left;
  }