body{
font-family: Arial, sans-serif;
background-color:#ffe6f0;
margin:40px;
}

header{
background-color:#ffffff;
padding:20px;
border-bottom:2px solid #f7c6d9;
text-align:center;
border-radius: 15px;
}

h1{
 color:#d63384;
}

nav{
display:flex;
justify-content:center;
gap:20px;
margin-top: 15px;
flex-wrap: wrap;
}

 nav a{
text-decoration:none;
color:#d63384;
font-weight:bold;
font-size:18px;}

nav a:hover{
color:#ff66a3;
}


img{
border-radius:15px;
box-shadow:0 4px 10px rgba(0,0,0,0.15);
margin-top:15px;
width:200px;
height:200px;
object-fit:cover;
}

table{
margin:auto;
border-collapse:collapse;
}

table, th, td{
border:1px solid #e5a4bc;
padding:10px;
}

section{
background:white;
padding:30px;
border-radius:15px;
max-width:800px;
margin:auto;}

.produits{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:20px;
text-align:center;
}

.produits div{
background:white;
padding:15px;
border-radius:10px;
}
