/* Change the background color of the home page */
body {
background-color: #f4f4f4; /* Light and soft background */
}
/* Background color for header */
header {
background-color: #6c4f3d; /* Warm and natural color for header */
color: white; /* White text for the header */
padding: 20px 0; /* Internal padding */
}
/* Background color for sections */
.section {
background-color: #f9f9f9; /* Light background for sections */
padding: 60px 0;
}
Mix & Match
Subscribe to our emails
Be the first to know about new collections and exclusive offers.
Le choix d'une sélection entraîne l'actualisation de la page entière.