@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');
body {
    background-color: #d3cae1;
    color: #a228ca;
    font-family: "Style Script", cursive;
  }
  p {
    font-size: 40px;
  }
  h1 {
    color: #ab36c6;
    text-align: center;
    }
a {
    color: #7a53e3;
}
.restaurant {
  background-image: url("images/restaurant.jpg");
  background-size: cover;
  background-repeat: no-repeat ;
}
.argent {
  background-image: url("images/argent.jpeg");
  background-size: cover;
  background-repeat: no-repeat ;
}
.travailler {
  background-image: url("images/travailler.jpg");
  background-size: cover;
  background-repeat: no-repeat ;
}
.recommencer {
  color: #dc2e91;
}
ul {
  font-size: 25px;
}
p {
  margin: 20px;
  padding: 10px;
}
.fatigue {
  background-image: url("images/fatigue.jpg");
  background-size: cover;
  background-repeat: no-repeat ;
}