html
{
        height:100%;
}
body
{
 background-attachment:fixed;
 background-repeat: no-repeat;
 background-position:center;
 background-size:100% 100%;
 overflow:hidden;
 user-select:none;
}
.nopadding
{
    padding:0% !important;
}
.se-pre-con
{
    position: fixed;
    left: 0px;  
    top:150px;
    width:100%;
    height: 100px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position:center;
}
#gamePage{
    display: none;
}
#helpDiv
{
    color: black;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    background-color: bisque;
    border: 2px solid black;
    border-radius:4vh/4vh;
    top: 2vh;
    visibility:hidden;
    box-shadow: 3px 6px 8px -3px;
}
#playGame,#widgeDiv,#nextGameDiv
{
     position:fixed;
     bottom:0%;
}
.carDivClass
{
  height:77vh;
}
.carImgClass
{
	height:100%;
}
#flagDiv
{
	background-repeat: no-repeat;
    height: 50vh;
    background-size: 100% 100%;
	left:8vw;
}
#QuestionDiv
{
	position:absolute;
    margin-top:6.2vh;
	margin-left:13vw;
    text-align:center;
}
.spanClass
{
    font-size: 3vw;
    font-weight: bold;
    color: black;
    text-align:center;
    padding: 3.5px;
}
#GameOver
{
    margin-top: 8vh;
    text-align: center;
    font-size: 7vw;
    font-weight: bold;
    color: black;
}
#helpDiv
{
    color: black;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    background-color:#80efef54;
    border: 2px solid black;
    border-radius: 4vh/4vh;
    top: 2vh;
    visibility:hidden;
    box-shadow: 3px 6px 8px -3px;
}
#OuterDivId
{
    margin-top:3vh;
    left: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.optionClass
{
	background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position:center;
    text-align:center;
    height: 9.3vh;
    padding-top: 0.5vh;
}
.spanoptionclass
{
    font-size: 2.8vw;
    font-weight: bold;
    color: black;
}
.imgOptionClass
{
    height: 100%;
    z-index: 1;
}
#optionDiv
{
  margin-top:39vh;
  position:absolute;
  left: 2VW;
}
#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: 6vh;
}
