body
{
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: fixed;
  background-size:100% 100%;	
  user-select:none;
}

.nopadding
{
	padding:0px !important;
}
#playButtonDiv,#nextButtonDiv{
  position: fixed;
  bottom: 0;
}
.wordStyle{
 
 font-size: 5vw;
color: black;
}
#queDiv{
  margin-top: 10vh;
  display: inline-flex;
}
#word,#sign{
  text-align: center;
}

.optionsStyle{
  margin-top: 6vh;
  font-size: 4vw;
  text-align: center;
  color: black;
  border: 3px solid black;
  border-radius:5%; 
}
#optionDiv{
  margin-top: 4vh;
}
#prifix{
text-align: center;
font-weight: bold; 
font-size: 4.8vw;
}