* {
    color: white;
}

body {
    background-color: black;
}

#text-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: black;
}

#resultat {
    color: black;
}

#box_generer {
    color: black;
}

button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: greenyellow;
    border: 2px solid black;
}