﻿.header {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px;
    position: fixed;
    z-index: 50;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

    .header .logo {
        margin-right: auto;
    }
