.header {
    flex-direction: row;
    height: 120px;
    background-color: #039be5!important;
    color: #fff!important;
    font-size: 2em;
    min-height: 120px;
    padding: 24px!important;
    max-height: 120px;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    align-items: center;
}