.app-header {
    height: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.app-header .logo {
    width: 316px;
    height: 70px
}

.app-header-logo {
    flex:1;
}
.app-header-title {
    flex:1;
    text-align: right;
    padding-right: 20px;
}

.app-header-title h3 {
    font-size: 24px;  
    font-weight: 650;  
    font-family: 'Arial-Black', 'Arial Black', sans-serif;
    color: #000;
}
