html
{
        height:100%;
}
body
{
 background-attachment:fixed;
 background-repeat: no-repeat;
 background-position:center;
 background-size:100% 100%;
 overflow:hidden;
 user-select:none;
  height:100%;
}
.se-pre-con
{
position: fixed;
left: 0px;
top:150px;
width:100%;
height: 100px;
z-index: 9999;
background-repeat: no-repeat;
background-position:center;
}
.nopadding
{
    padding: 0% !important;
}
#homeDiv
{
    z-index: 1;
}
#titleId{
    top: 3vh;
}
#playGame,#widget,#replayNcredit,#nextPage
{
    position: fixed;
    bottom: 0;
}
#watchImg
{
    display: none;
    height:33vh;
}
#headingSpanId
{
	color:red;
	font-weight:bold;
	font-size:3.5vw;
	justify-content: center;
    align-items: center;
    display: flex;
	text-shadow:3px 3px 3px black;
}
#watchDiv
{
 height: 32vh;
 margin-bottom:22vh;
 margin-top:-8vh; 
}
#canvasDivId
{
    height: 32vh;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:relative;
}
#canvasDivId2{
    height: 32vh;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
    position:relative;
    visibility: hidden;
}
#heading_Instruction{
    font-size: 4vw;
    font-weight:bold;
    color:#fdfdfc;
    text-align: center;
}
#instrctions
{
    font-size: 2.2vw;
    color:black;
    /* margin-top: 2vh; */
    height: 56vh;
   /*  overflow-y: scroll; */
    background-color: rgb(255 255 255 / 45%);
    border-radius: 3vh;
    border: 2px black solid;
    box-shadow: 4px 5px 6px black;
}
#instructionPage{
  display: none;
  position: absolute;
  top: 10vh;
}
#unorderedListId{
    list-style-type: square;
}
#bookDiv
{
	margin-top:-30vh;
}
#bookId
{
	height:38vh;
    background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:relative;
	z-index:-1;
}
.optionDivClass
{
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:relative;
	height:25vh;
}
#optionDiv
{
    bottom: 20vh;
    position: fixed;
}
.numartorDivlass
{
    border-bottom: 2.5px solid black;
    color:black;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
	margin-top:5.5vh;
}
.denomratorDivClass
{
     color:black;
    font-size: 3vw;
     font-weight: bold;
    text-align: center;
}
#numaratorID0,#numaratorID2,#denomratorID0,#denomratorID2
{
	margin-left:4.4vw;
}
#numaratorID1,#numaratorID3,#denomratorID1,#denomratorID3
{
	margin-left:2.4vw;
}
#correctWrongDiv2
{
    bottom: 16vh;
    position: fixed;
    left: 8vw;
} 
.dollclassinit
{
     left: 8vw; 
    transform: rotate(-90deg);
     top: 10vh; 
}
#GameOver
{
  margin-top: 3vh;   
  font-size: 6vw;
  text-align: center;
  font-weight: bold;
  color:rgb(0, 0, 0);
}
#acknowledgementDiv 
{
    display: none;
    background-color: aliceblue;
    margin-top: 3vh;
    border: 0.22vw solid black;
    border-radius: 3vw;
    box-shadow: 5px 6px 2px black;
   text-align: center;
}
#developerNameDiv
{
    margin-bottom: 2vh;
}
.fontClass
{
    font-size:1.3vw;
    margin-top:1vh;
    color:black;
}
.firstLetter:first-letter
{
    font-size:1.5vw;
}
@media screen and (max-width: 1024px) {
    #bookId
    {
        height:40vh;
        background-position:center;
        background-repeat:no-repeat;
        background-size:100% 100%;
        position:relative;
        z-index:-1;
    }
  }
  @media only screen and (max-height:400px)
  {
    .numartorDivlass
    {
        border-bottom: 2px solid black;
        font-size: 3vw;
        margin-top:4vh;
        top:1vh;
    }
    .denomratorDivClass
     {
        font-size: 3vw;
    }
     .optionDivClass
     {
         height: 29vh;
     }
     #widget
     {
         position: fixed;
         bottom: -5px;
     }
}
 