body {
    background-color: #191C24;
    margin-top: 100px;
    /* text-align: center; */

}

.le_jeux {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap !important;
}

.le_jeux p {
    font-size: 30px;
    color: #ffffff;
    margin-left: 20px;
}

.le_jeux button {
    margin: 10px;
}

#input {
    background-color: #191C24;
    color: #ffffff;
}