body{
    margin: 0;
}

.header{
    width: 100%;
    /* background-color: bisque; */
    box-shadow: -21.213px 21.213px 30px 0px rgba(158,158,158,0.3);
    position:fixed;
    background-color: white;
}

.headerTabs{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.flex{
    display: none;
}

.icon{
    height: 60px;
    width: 215px;
}

.menuBtn{
    display: none;
}

.menu{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
}

.menuTitle{
    margin-left: 20px;
}

/* .mobileMenu{
    
} */

#menucontent{
    display: none;
}

a{
    color: #222;
    text-decoration: none;
}
a:hover{
    color: #69B4FD;
}