@charset "UTF-8";
/* CSS Document */

#instructions {
	font-family:"gooddog-new";
	font-size: 4vw;
	text-align:center;
	width:70%;
	margin-top: 2vw;
	margin-left: auto;
	margin-right: auto;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#gridContainer{
	
	width: 42vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2vw;
}

.Nums {
	width:9vw;
	height:9vw;
	float:left;
	background-color:dodgerblue;
	line-height: 10vw;
	font-family:"wigwag-bold";
	font-size: 5vw;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: thin;
	cursor:pointer;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#checkIt {
	position:relative;
	z-index: 100;
	width: 14vw;
  height: 4vw;
	float:left;
	margin-bottom: 0.5vw;
	background-color:aqua;
	font-family: "wigwag-bold";
	font-size:2vw;
	cursor: pointer;
	top: -4vw;
	box-shadow:  0 0 0.5vw #000000;
	clear:left;
}
