
header{
    border-top : 2px solid black ;
    border-bottom : 2px solid black ;
    /* box-shadow: 0px 3px 6px #000000; */
    box-shadow: inset 0 -7px 3px -5px rgba(0, 0, 0, 0.5),
              inset 0 7px 3px -5px rgba(0, 0, 0, 0.5);
}
/* header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: white;
} */
header > div{
    margin-left: 320px;
}
.header-link{
    margin: 0 10px;
}
.header-link p{
    font-family: "lato", sans-serif;
    font-style: normal;
    font-size: 21px;
    color: var(--blacklike-color);
    text-transform: uppercase;
    margin: 5% 0;
    text-align: center;
}
.header-link-icone{
    width: 180px; 
    padding:20px 0;
    /* padding: 20px 50px; */
    background-color: var(--blacklike-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-link:hover .header-link-icone{
    background-color: var(--pink-color);
}