body {
    background-color: black;
    font-family: Arial, sans-serif;
    text-align: center;
}

h1 {
    font-size: 50px;
    color: white;
}

h2 {
    color: white;
}

h3 {
    color: white;
}

h4 {
    color: rgb(63, 160, 141);
}

p {
    color: rgb(60, 175, 165);
}

li {
    color: rgb(60, 175, 165);
}

.ecurie {
    background-color: black;
    width: 80%;
    max-width: 900px;
    margin: auto;
    padding: 15px;
    border-radius: 10px;
}

.images {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.images img {
    width: 300px;
    height: auto;
    border-radius: 10px;
}