.se-pre-con {
position: fixed;
left: 0px;
top:150px;
width:100%;
height: 100px;
z-index: 9999;
background-repeat: no-repeat;
background-position:center;
}

body
{
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}
.noPadding
{
	padding:0 !important;
}
#coverPage
{
	position:fixed;
	bottom:0;
}
#gridDiv
{
	background-color:#C3E5F1;
	border: 1px solid black;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    Background-color: #8ae3f7;
	border-radius:7%;
	padding:0 !important;
}
.border
{
	border:1px solid black;
	text-align: center;
    font-size: 3vw;
    font-weight: bold;
    width:5vw;
    background-color: white;
    border-radius:8px;
	height:10vh;
	margin:2%;
	color:black;
}
#gamePage
{
	display:none;
}
#wordDiv
{
	
	background-color:#C3E5F1;
	border-radius:8px;
	border: 1px solid black;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    Background-color: #8ae3f7;
	border-radius:7%;
}
#timeId,#secId
{
	font-size:4vw;
	margin-top:0.5vh;
	font-weight:bold;
}
.words
{
	font-size:2vw;
	font-weight:bold;
	color:black;
}
#resetBtnDiv
{
	position:fixed;
	bottom:0;
	right:0;
}
#gameOver
{
	font-size:6vw;
	font-weight:bold;
	color:black;
	text-align:center;
}
/* #resetBtnImg
{
	visibility:hidden;
} */

#searchWord
{
	font-weight:bold;
	color:white;
	text-align:center;
}