#layout{
    width: 500px;
    background-color: black;
    padding: 5px;
}

.gauche{
    text-align: left;
}

.droite{
    text-align: right;
}

h2, p, button{
    color: white;
}

button{
    background-color: blue;
}