body {
    margin: 10;
    padding: 10;
    font-size: 1.2rem;
    text-align: center;
    font-family: Arial;
}

header {
    padding: 1px 2px;
    background-color: black;
    color: white;
    margin-bottom: 1px;
    font-size: 1rem;
}

main {
    margin-bottom: 30px;
}

.instructions {
    font-size: 1.5rem;
}

.imagesansflèches,.imageavecflèches, .imageavectextes {
    width: 100%;
    max-width: 40vw;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bouton {
    background-color: black;
    color: white;
    font-family: Arial;
    font-size: 2rem;
    padding: 15px 40px 14px 40px;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
}

.bouton:hover {
   background-color: #333;
}

.compteur-design {
    padding: 5px 10px;
    background-color: black;
    color: white;
    font-weight: bold;
}

footer {
    background-color: black;
    color: white;
    padding: 15 px 30px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}