﻿.header {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    background: blue;
}

.headerLogo {
    border: 0;
    padding: 0;
    max-height: 100%;
}