
#gamePage{
    top: 15vh;
}
#questionDiv, #ansOptionDiv{
    overflow: hidden;
	user-select: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#questionDiv{
    top: 18vh;
    height: 40vh;
    position: fixed;
}
.divCss{
    height: 20vh; 
    width: 9vw;
    margin-top: 10vh;
    margin-left: 2.5vw;
    outline: 2px solid white;
}
.imgHeight{
    height: 100%;
}
#ansOptionDiv{
    z-index: 2;
    bottom: 0vh;
    height: 27vh;
    position: fixed;
}
.level1width{
    width: 9vw;
}
.level2width{
    width: 7.5vw;
}
.ansDivCss{
    height: 20vh; 
    margin-top: 3.5vh;
    outline: 2px solid white;
}

#playAgainDiv{
    right: 4vw;
}
#creditDiv{
    top: 3vh;
}