html {
    height: 100%;
  }
  body {
    user-select: none;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
  }
  .se-pre-con {
    position: fixed;
    left: 0px;
    top: 150px;
    width: 100%;
    height: 100px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;
  }
  .loader
  {
    position: fixed!important;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    z-index: 1;
  }
  
  .noPadding {
    padding: 0 !important;
  }
  #widget,#playGame,#replayNcredit {
    position: fixed;
    bottom:0;
  }
  .homelogo{
    z-index: 1;
    top: 1vh;
  }
  .bgClass{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  #gamePage{
    display: none;
    position: absolute;
  }
  #screenOne{
    height: 70vh;
    top: 0vh;
  }
  .leftoneClass{
    height: 35vh;
    margin-top: 5vh;
    margin-left: 3.5vw;
  }
  .leftImg{
    height: 100%;
 }
  #leftOne{
    left: 6vw;
    top: 2vh;
  }
  #sentense{
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 4vw;
    font-weight: bold;
    top: 8vh;
    height: 7vh;
  }
  .bubbleClass {
    height: 17vh;
    position: relative;
    width: 9vw;
    display: inline-block;
    margin-left: 2.5vw;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999; 
  }
  .bubble2{
    height: 21vh;
    position: relative;
    width: 13vw;
    display: inline-block;
    margin-left: 7vw;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999; 
  }
  .spanClass{
    font-size: 4vw;
    font-weight: bold;
    color: black;
    padding: 16px;
  }
  #identifyPic{
    height: 75vh;
}
#options{
  left:2vw;
  z-index: 1;
  top: 1vh;
  display: flex;
}
#pictureId{
  height: 100vh;
  position: absolute;
  left: 2vw;
}
.optionClass{
    border-radius: 50%;
  height: 19vh;
  margin-left: 4vw;
  width: 10vw;
}
.optionImgClass{
  border-radius:50% ; 
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.clickedOption{
 
  box-shadow: 2px 2px 22px 8px #ffff02;
  border-radius: 2vh/3vh;
}
.basketClass{
  height: 7vh;
  position: relative;
  width:6vw;
  display: inline-block;
  top: 5vh;
  left:6vw
}
.basketEmojiClass{
  height: 100%;
}
#textInstr{
  display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 1.8vw;
    border: 1px solid black;
    border-radius: 2vw;
    box-shadow:4px 5px 4px #0000008c;;
    background-color :#9dbde7b8;
    top:13vh;
    height: 11vh;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#gameOver{
  margin-top: -10vh; 
  font-size: 6vw;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  font-weight: bold;
  color:black;  
  text-shadow: 5px 3px 3px white
}
#acknowledgementDiv {
  display: none;
  margin-top: 2vh;
  border: 0.22vw solid #3c763d;
  border-radius: 3vw;
  box-shadow: inset -3px -5px 20px 14px #3c763d7d;
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#developerNameDiv{
    margin-bottom: 2vh;
}
.fontClass{
    font-size:1.5vw;
    margin-top:0.5vh;
    color:black;
}
.firstLetter:first-letter{
    font-size:1.5vw;
}
.pulse{
    animation: pulse-black 1.5s infinite;
  }
  @keyframes pulse-black {
	0% {
		transform: scale(0.85);
		
	}
	
	70% {
		transform: scale(1);
	
	}
	
	100% {
		transform: scale(0.85);
		
	}
}
.rotate{
  animation: rotate-emoji 1.5s infinite;
}
@keyframes rotate-emoji {
0% {
  transform: rotate(30deg);
  
}

45% {
  transform: rotate(60deg);

}
100% {
  transform:  rotate(90deg);;
  
}

100% {
  transform:  rotate(180deg);;
  
}
}
.blink_me
{
    animation:pulse-black 1.5s linear infinite;
}

@keyframes pulse-black {
    0% {
        transform: scale(0.85);
        
    }
    
    70% {
        transform: scale(1);
    
    }
    
    100% {
        transform: scale(0.85);
        
    }
}
