header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 65px;
    background-color: #cac4be;
    border-bottom: 2px solid #cac4be;
}

nav{
    width: 90%;
    display: flex;
    align-items: center;
    height: 65px;
    gap: 60px;
    padding-left: 10px;
    padding-top: 5px;
}

.divecrinv{
    display: flex;
    gap: 40px;
    color: #fff;
}


.ecrichof{
    font-size: 16px;
    letter-spacing: -0.3px;
    font-weight: 300;
    color: #666;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "Pluto Sans W04 Light Fonts",Arial, Helvetica,sans-serif;;
}
.ecrichof:hover{
    color: #dc0032;
}


.headermobile{
    display: none;
}