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;
}
#playButtonDiv,#soundButton,#nextButton,#nextGameDiv
{
	position:fixed;
	bottom:0;
}
#verbDiv
{
	text-align:center;
	font-size:3.5vw;
	color:white;
	font-weight:bold;
	height:10vh;
	margin-top:4vh;
	background-repeat: no-repeat;
    background-position:center;
    background-size:100% 100%;
    position:relative;	
}
.verbHeadingClass
{
	text-align:center;
	font-size:2.5vw;
	color:black;
	font-weight:bold;
	margin-top:2vh;
}
.sentenceDiv
{
 background-repeat: no-repeat;
 background-position:center;
 background-size:100% 100%;
 position:relative;	
 height:15vh;
 }
#tenseChart
{
	margin-top:2vh;
}
.divStyle
{
	text-align:center;
	font-size:2vw;
	color:black;
	font-weight:bold;
	margin-top:4vh;
}
.highLight
{
  border:4px solid #1f07f7;
}
.optionClass
{
	background-repeat: no-repeat;
 background-position:center;
 background-size:100% 100%;
 position:relative;	
 height:23.5vh;
 margin-top:4vh;
}
.options
{
	text-align:center;
	font-size:2vw;
	color:black;
	font-weight:bold;
	margin-top:5vh;
}
#gamePage,#verbListPage,#endPage
{
	display:none;
}
#gameOver
{
	margin-top: 4vh;
	text-align:center;
	font-size:7vw;
	color:black;
	font-weight:bold;
}
#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_me
{
    animation: blink 1s linear infinite;
}
@keyframes blink{

    50%
    {
        opacity:0.5;
    }
}
#starsDiv
{
    margin-top: 6vh;
}
 