.aide {
    justify-content:center;
    background-color : #383e42;
    min-height : 72vh;
}

.pixelwar{
    text-align: center;
    color: white;
}

.titre{
    color: white;
    margin: 0px 0px 20px;
    font-size: 65px;
}

.sous-titre{
    color: red;
    margin: 0px 0px 20px;
    font-size: 45px;
}

.gras{
    text-decoration: bold;
    color: #898eff;
}

.changer_chef{
    justify-content:center;
    background-color : #383e42;
    min-height : 72vh;
    text-align: center;
    color: white;
    font-size: 30px;
}

.selection {
    width: 20%px;
    height: 30px;
    border: 1px solid #898eff;
    font-size: 20px;
    color: #898eff;
    background-color: #eee;
    border-radius: 5px;
}

.enregistrer{
    background: #555;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    border: 2px black;
    font-size: 20px;
}

.enregistrer:hover {
    background-color: #fff;
    color: #555;
    cursor: pointer;
    border: 2px black;
}



