﻿.header {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header img {
    height: 35px;
    margin-left: 15px;
}