
#levelDiv{
    top: 21vh;
    left: 4.5vw;
    height: 50vh;
}
#selectLevelDiv{
    height: 15vh;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    /* color: #fcf50b; */
    color: white;
}
#selectLevelDiv, #levelDiv, #timerID{
    overflow: hidden;
    user-select: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.levelOuterDivCss{
    top: 8vh;
    left: 1.2vw;
}

.radioBtnCss{
    height: 6vh;
    width: 2.5vw;
    cursor: pointer;
}
.levelCss{
    bottom: 2vh;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #fbe801;
    cursor: pointer;
}
#LevelOuterDiv2, #LevelOuterDiv3{
    margin-top: 5vh;
}
#goBtn{
    /* right: 3vw; */
    bottom: 5vh;
    position: fixed;
}

.timerCss{
    right: 4vw;
    height: 16vh;
    /* color: #fcf50b; */
    color: rgb(3 249 249);
    font-size: 4.5vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
#questionDiv{
    top: 4vh;
    z-index: 2;
}
.optionDivCSS{
    height: 15vh;
    padding: 1.5%;
    margin-top: 1vh;
    /* cursor: pointer; */
    perspective: 1000px; 
    transition: transform 1s;
    transform-style: preserve-3d;
    overflow: hidden;
    user-select: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.optionWordCss{
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    /* color: rgb(3 249 249); */
    color: #fdea00;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

#widget{
    position: fixed;
    bottom: 1vh;
}
#playAgainDiv{
    top: 2vh;
    right: 4vw;
}