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

.nums {
	
	position:relative;
	float:left;
	width: 8vw;
	height: 8vw;
	background-color: aquamarine;
	font-family: "wigwag-bold";
	font-size: 5vw;
	margin: 0.6vw;
	text-align: center;
	line-height: 9vw;
	border-radius: 10px;
	cursor:pointer;
}

.CenterMe {
	margin-top: 5vw;
	width:96%;
	margin-left: auto;
	margin-right: auto;
}

#instructions{
	clear:both;
	position: relative;
	font-family: "wigwag-bold";
	font-size: 2.5vw;
	text-align: center;
	padding-top:6vw;
	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 */
}

.Summary {
	position: relative;
	font-family: "wigwag-bold";
	font-size: 5vw;
	text-align: center;
	padding-top:4vw;
	color:cornflowerblue;
	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 */
}

#checkMe {
	width:12vw;
	height: 4vw;
	background-color: aquamarine;
	font-family: "wigwag-bold";
	font-size: 2vw;
	line-height: 4.5vw;
	text-align: center;
	position:relative;	
	border-style: solid;
border-radius: 10px;
cursor:pointer;
	box-shadow:  0 0 0.5vw #000000;
	margin-top: 5vw;
	margin-left: auto;
	margin-right: auto;
}

#feedback{
	position:relative;
	color:green;
	font-family:"wigwag-bold";
	font-size:6vw;
	float:right;
	right: 20vw;
	top: -5vw;
}