body {
    background-color: #045907;
    color: #ffffff;
}

p {
    font-size: 25px;
    
}
h1{
    color : #ea1818;
}
a{
    color :#ea1818 ;
    text-decoration : none ;
}
a:hover {
    color: #FFD700
}
ul li::before {
    content: "\27A4  "; 
    color: rgb(255, 255, 255);
}
li { 
    list-style-type: none;
    position: relative;
    padding-left: 0em;
}
body{
    font-family: 'Courier New', sans-serif; 
}


.recommencer {
    color: #ffffff;
    text-align: center;
      }
  
.recommencer a {color: #ffffff}
.recommencer a:hover {
    color: #FFD700
}