header{
    background: url("/images/show/neon/neon.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: normal;
}
#mainDialog span{
    font-size: 47px;
}
#mainDialog{
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 74px;
    /* or 109% */

    text-align: center;
    margin-bottom:0.50em;
    color: #FFFFFF;
}
.questsFlex{
    margin:auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}