﻿header.header {
    background-color: #3F5061;
    height: 80px;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
}

.header-logo {
    margin-top: auto;
    min-width: 86px;
}

.header-information {
    max-width: 1074px;
    margin-left: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
}


.header-title {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #ECE5B7;
}