/*--------------------------------------------------------------------------*\
    Home container (will contains logo, link and message)
\*--------------------------------------------------------------------------*/

.header__home {
    /*box*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}