#wrap {
    height: 100vh;
    position: fixed;
}
#banner {
    height: 465px;
}
#wrap, #banner {
    width: 100%;
    background: url("../img/08_sky.jpg");
    background-size: cover;
    background-position: center center;
    top:0;
}

.question, #pagination, #scoreBox, .reviewQ {
    border: 1px #6db9d1 solid;
    box-shadow: 0 0 10px #6db9d1;
}