.container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
    color: brown;
    font-size: 50px;
    font-weight: bold;
}

.p1 {
    color: red;
    text-decoration: underline;
}

.info {
    padding-left: 150px;
    word-spacing: 5px;
}

.livraison {
    word-spacing: 3px;
}

img {
    height: 150px;
}

footer {
    text-align: center;
}

input {
    background-color: yellow;
}

select {
    background-color: yellow;
}

input[type="button"] {
    background-color: aliceblue;
}