.header-box {
    width: 100%;
    color: #f8f8f8;
    padding: 50px;
    height: 100%;
    background-color: black;
}

.header-bg {
    height: 100%;
    /* width: 80%; */
    color: #f8f8f8;
    margin: 0 150px;
    opacity: 0.4;
    background: url(../img/intro/quest.png);
    background-size: cover;
    text-align: center;
}