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%;
}
.nopadding
{
    padding: 0% !important;
}
#playGame,#widget,#nextGameDiv,#nextPage
{
    position: fixed;
    bottom: 0;
}
#headingSpanId
{
	color:red;
	font-weight:bold;
	font-size:4vw;
	text-align:center;
	margin-left:6vw;
	text-shadow:3px 3px 3px black;
}
#heading_Instruction{
    font-size: 4vw;
    font-weight:bold;
    color:#fdfdfc;
    text-align: center;
}
#instrctions
{
    font-size: 2.4vw;
    color:black;
    margin-top: 2vh;
    height: 37vh;
    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;
  margin-top: -0.8vh;
}
#unorderedListId{
    list-style-type: square;
}
/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 2px 3px 5px black; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(244, 247, 80); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background:white; 
  }
#watchDiv
{
height:32vh;
 margin-bottom:20vh;
 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;
}
#bookDiv
{
	margin-top:-28vh;
}
#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;
}
#watchImg
{
    height:33vh;
    display:none;
}
#optionDiv
{
    bottom: 20vh;
    position: fixed;
}
#titleId{
    top: 3vh;
}
.numartorDivlass
{
    border-bottom: 2.5px solid black;
    color:black;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    margin-top:6vh;
   /*  top:1.5vh; */
}
.denomratorDivClass
{
     color:black;
    font-size: 3vw;
     font-weight: bold;
    text-align: center;
   /*  top:0.5vh; */
}
#numaratorID0,#numaratorID2,#denomratorID0,#denomratorID2
{
	margin-left:4.4vw;
}
#numaratorID1,#numaratorID3,#denomratorID1,#denomratorID3
{
	margin-left:2.4vw;
}
.numartorDivlass
{
    border-bottom: 2.5px solid black;
    color:black;
    font-size:3vw;
    font-weight: bold;
    text-align: center;
}
.denomratorDivClass
{
     color:black;
    font-size:3vw;
     font-weight: bold;
    text-align: center;
}
#correctWrongDiv2
{
    bottom: 16vh;
    position: fixed;
    left: 8vw;
} 
.dollclassinit
{
     left: 8vw; 
    transform: rotate(-90deg);
     top: 10vh; 
}
#gamePage
{
  display:none;
}
#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;
}
#responseBoxDiv
{
    display: none; 
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
}
.overlay
{
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
.modal-content
{
    background-color:rgba(38, 59, 95, 0.611764705882353);
    box-shadow: 17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95);
    border: 4px solid white;
    margin-top: 4vh;
}
#confiramtionText
{
    font-size: 3vw;
    line-height: 10vh;
}
#responseBox {
   margin-top: 25vh;
   background-color: #185b94;
   color: white;
   position:relative;
   top:0;
   left:0;
   height: 59vh;
   padding:2vh;
}
#btnDiv
{
    margin-top:3vh;
}
#Yes,#No
{
    background-color:rgb(249,185,0);
    color:black;
    font-size:2.5vw;
    font-weight:bold;
}
.blink-image
{
    animation: blink 1s linear infinite;
}
@keyframes blink{
  50%
    {
        opacity:0.5;
    }
}
#starsDiv
{
    margin-top: 7vh;
    left: 4vw;
}
@media screen and (max-width: 1024px) {
    #bookId
    {
        height:45vh;
        background-position:center;
        background-repeat:no-repeat;
        background-size:100% 100%;
        position:relative;
        z-index:-1;
    }
    #bookDiv {
        margin-top: -31vh;
    }
  }
  @media only screen and (max-height:300px)
  {
    .numartorDivlass
    {
        border-bottom: 2px solid black;
        font-size: 3.5vw;
        margin-top:4vh;
        top:1vh;
    }
    .denomratorDivClass
     {
        font-size: 3.5vw;
     }
     .optionDivClass
     {
         height: 29vh;
     }
     #widget
     {
         position: fixed;
         bottom: -5px;
     }
}
 
 