.app-header {
    background-color: #020d22;
    height: 60px;
    line-height: 60px;
}

.app-header .app-header--title {
    font-size: 70px;
    font-weight: bold;
    padding-top: 25px;
    color: coral;
    position: absolute;
    right: 90px;
}

.app-header .app-header--title2 {
    font-size: 40px;
    font-style: italic;
    color: coral;
    position: absolute;
    right: 30px;
    top: 45px;
}