body {
  font-family: 'Courier New', monospace;
  background-color: #c99e91;
  color: #1b3a9a;
  background-image: url(plage.jpeg);
  background-size: cover;
  font-size: 30px;
}

h1 {
  color: #3a1d6f;
}

p {
  font-size: 30px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: square;
}

.recommencer {
  color: #990000;
}