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

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

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

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

section h2 {
    color: #722e00;
}

footer {
    background: #bd6124;
    color: white;
}
img {
    width: 300px;
    height: auto;
    display: block;
    margin: 10px auto;
}