#informations {
    margin-left: 400px;
}

#commande {
    margin-left: 160px;
}

h1 {
    color: darkred;
    text-align: center;
}

input {
    background-color: yellow;
}

select {
    background-color: yellow;
}
 
p {
    color: red;
}

#bouton {
    margin-left: 50%;
    background-color: lightgrey;
}

main {
    line-height: 40px;
}

header {
    display: flex;
    justify-content: space-around;
}