@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

body {
  font-family: "Lora", serif;
  color: #a53860;
  text-align: left;
  background-image: url("images/fond.jpg");
  background-size: cover;
}

p {
  font-size: 24px;
}

h1 {
  color: #9f154a
}

a {
  color: #450920
}

p {
  font-size: 19px;
}

a:hover {
  color: #a84569
}

a {
  text-decoration: none;
}

ul {
  list-style-type: square;
}

p {
  margin: 20px;
  padding: 0px;
}

.recommencer {
  color: #990a00;
  text-align: right;
}
