body {
    background-color: black;
    color: #a33c00;
    font-family: 'Almendra Display', sans-serif;
  }
  h1 {
    color: rgb(255, 133, 3);
  }
  h2 {
    color: rgb(255, 98, 0);
  }
  ul{
    list-style: square;
  }
  a {
    color: whitesmoke;
    font-size: 18px;
    text-decoration: none;
  }
  p {
    font-size: 20px;
    color: #a33c00;
  }
  .recommencer {
    color: #990000;
  }