

#homeDiv{
    z-index: 1;
}
#gamePage{
    position: absolute;
    margin-top: 3vh;
}
#questionDiv, #answerDiv{
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
}
#questionDiv, #answerDiv, #acknowledgementDiv{
    overflow: hidden;
    user-select: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#questionDiv, #answerDiv{
    margin: auto;
    padding: 2%;
    width: fit-content;
}
#mainAnswerDiv{
    top: 5vh;
}
span{
    margin-right: 1vw;
}

#optionDiv{
    top: 10vh; 
    z-index: 2;
}
.optionDivCSS{
    left: 6vw;
    height: 10vh;
    padding: 1.5%;
    margin: 5px;
    cursor: pointer; 
    /* overflow: hidden; */
    user-select: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.optionWordCss{
    font-size: 2.1vw;
    font-weight: bold;
    text-align: center;
    color: #e30000;
    /* text-transform: capitalize; */
}
.boatDivCss{
    margin-left: 2.2vw; 
    margin-top: 4vh;
}
#playAgainDiv{
    right: 4vw;
}