.body {
    font: normal 20px 'Quicksand', helvetica, arial, sans-serif;
} 
.topnav {
    overflow: hidden;
    margin:0px
}
.topnav a {
    font: normal 2em 'Quicksand', helvetica, arial, sans-serif;
    float: left;
    background-color:#353e44 ;
    border-color: none ;
    text-align: center;
    padding:40px 45px;
    font-size: 28px;
    text-decoration:underline #fcaa5c ;
    color: #e7e4ef;
    margin-top: 0px;
    border-width: 100%;
    border-collapse: collapse;
}
.topnav a:hover {
    background-color: #e65848;
    color: #e7e4ef;
}    
.topnav a.active {
    background-color: #e65848 ;
}  
.topnavimage {
    overflow: hidden;
}  
.backimage {
    background-image: url(./image/épices.webp);
    background-repeat: repeat;
    background-size: cover;
    position: relative;
}
