body {
  background-color: #000000; /* noir pur */
}

h1{
    font-size: 50px;
    color :white
}


h2{
    color: white;
}


p{
    color:orange;
}


img{
 float:right;
}body {
    background-color:black;
    font-family: Arial, sans-serif;
    text-align: center;
}

h1 {
    color: white;
}

.ecurie {
    background-color:black;
    width: 500px;
    margin: auto;
    padding: 15px;
    border-radius: 10px;
}

img {
    width: 100%;
    border-radius: 10px;
}

h4{
    color: white;
}


h3{color: white;

}

li{color:orange;
}


.images {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.images img {
    height: 350px;
    border-radius: 10px;
}


