.header_h{width: 500px; float: left; overflow: hidden;}
    
.header_h img{ 
    width: 75px;
    height: 75px;
    float: right;
    margin-top: -63px;
    border-radius: 100%;
    border: 2px solid var(--White);
}

.header_h1 {font-size: 10%px;}
.header_h2 {font-size: 14px;}
     
.header_menu_bar {
    background: var(--DarkGray);
    height: 90px;
    width: 100%;
    color: var(--White);
    align-items: center;
    padding: 0 2%; 
    position: relative;
    box-shadow: 0 4px 8px 0 rgb(0,0,0,1);
}

#time_caisier{
    width: 250px;
    float: right;
    margin-top: 28px;
}