#header_container
{
    width : 100%;
    height : 70px;

    background-color : var(--header-bg-color);
}

#header_main
{
    width : calc(100% - 20px);

    padding-left : 10px;
    padding-right : 10px;

    justify-content: flex-start;
}

#header_main img
{
    width : 70px;
    height : auto;

    margin-right : 20px;
}

#header_main p
{
    font-size : 1.2em;
    color : white;
}

