.header {
    position: sticky;
    top: 0;
    z-index: 90;
}

.hide-mobile {
    display: none;
}

.mobile__nav{
    background-color: white;
}