.header{
    background: #fff;
    padding: 5px 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header .logo img{
    width: 100px;
}
.header .logo{
    width: 100px;
}
.header .link_about{
    width: 100px;
    padding: 0 5px;
}
.header .link_app{
    width: 100px;
    padding: 0 5px;
}
.header .occupant{
    width: 100%;
}
.header a{
    color: #2d3238;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}
.header a:active{
    color: #337ecc;
}
.header a:visited{

}
.header a:hover, .header a:focus{
    color: #79bbff;
}

@media (max-width:768px) {
    .header .occupant{
        width: 0;
    }
}