p {
  font-size: 20px;
}

a {
  color: #dcf7aa;
}

a:hover {
  color: #ffffff;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: disc;
}

body {
  font-family: "franklin", cursive;
}

a {
  font-size: 20px;
}

a:hover {
  font-size: 1.5em;
}

body {
  background-image: url("images/fond.png");
  background-size: cover;
  background-repeat: repeat-y;
}

.recommencer {
  color: #FF0000;
}

body {
  color: #F5F5DC
}

h1 {
  color: #FFFDD0
}