header {

    border-bottom: 1px solid #8CA2C0;
    width: 100%;
    height: 64px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 24px;
}

header .Logo {
    height: 30px;
}
header .Menu {
    height: 20px;
}