body {
    background-image: url(vieux.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

header {
    background: #b46a39;
    color: white;
}

nav ul li a:hover {
    color: #722e00;
}

section {
    background: #ca8150cb; 
    box-shadow: 0px 4px 6px rgba(53, 1, 1, 0.1);  
    color: #4e1f00;
}

section h2 {
    color: #722e00;
}

footer {
    background: #b46a39;
    color: white;
}

img {
    width: 400px;
    height: auto;
    display: block;
    margin: 10px auto;
}