@import url('https://fonts.googleapis.com/css2?family=Jolly+Lodger&display=swap');
body {
  text-align: center;
}
body {
  font-family: "Jolly Lodger", system-ui;
  background-color: #1a251a;;
  color: #334e2b;
}
h1 {
  color: #51773e;
}
p {
  font-size: 40px;
}
a {
  color: #99c35c;
  font-size: 30px;
}
a:hover {
  color: #719032; 
  font-size: 30px;
}
a { text-decoration: none; }
ul {
  list-style-type: square; 
}
body {
  background-image: url("images/fond.jpg");
  background-size: cover;
}