body
{
  user-select:none;
  background-repeat: no-repeat;
  background-position: conter;
  background-attachment: fixed;
  background-size:100% 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:0px !important;
}
 
#HomeNLogodiv
{
	margin-top:1vh;
} 
#homeid,#kerwordCount
{
	visibility:hidden;
}
#gamepage
{
	display:none;
}
#endpage
{
	display:none;
}
.pos
{
	position: fixed;
	bottom : 0;
}
.words
{
	font-size:3vw;
	color:black;
	margin-left:1vw;
}
#questions
{
margin-top:25vh;
}
.fontClass
{
font-size:1.5vw;
margin-top:1.5%;
color:black;
text-align: center;
}
.modal 
{
display: none; 
position: fixed; 
z-index: 1;
padding-top: 20vh;
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;
}  
#gameover
{
	text-align:center;
	font-size:4.5vw;
	margin-top:3vh;
	color:black;
}