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

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

nav ul li a:hover {
    color: #72002c;
}

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

section h2 {
    color: #72002c;
}

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