p, h1, h2, h3, h4, h5, h6, b, strong, i, em, mark, small, del, ins, sub, sup, span, div, img, button {
	color: #e0e0e0;
	font-family: Arial;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}v

#turn,
#turnC {
	font-size: 40px;
	border-radius: 60px;
	border-color: #333333;
	border-width: 3px;
	border-style: solid;
	width: fit-content;
}

#turn {
	font-size: 20px;
}

#turnC {
	background-color: #222222;
}

#error {
	font-size: medium;
	font-weight: normal;
	border-radius: 60px;
	border-color: #333333;
	border-width: 3px;
	border-style: solid;
}

#countD, #count {
	font-size: x-large;
	color: #FFFFFF;
	border-radius: 60px;
	border-color: #333333;
	border-width: 3px;
	border-style: solid;
	size: 100px;
	display:inline;
    text-align:center;
}

#div1 {
	display:inline;
    text-align:center;
	display: inline-block;
	background-color: #222222;
	padding: 10px;
	border-radius: 60px;
	border-color: #333333;
	border-width: 3px;
	border-style: solid;
}

.redC {
	display:inline;
    text-align:center;
	color: #FF0E36;
}
.blueC {
	display:inline;
    text-align:center;
	color: #1B7CED;
}

#version {
	position: fixed;
	bottom: 0;
	right: 0;
	float: bottom;

	margin-bottom: 10px;
	margin-right: 10px;
}

#version * {
	font-size: 2vh;
	font-family: Arial;

	margin: 0px;
	padding: 0px;
}

body,
canvas {
	margin: 1vh;
	padding: 1vh;
	overflow: hidden;
	text-align: center;
	align-items: center;
	align-content: center;
	align-self: center;
	align-tracks: center;
	overflow-x: hidden;
}
body {
	background-color: #111111;
}
canvas {
	z-index: 2;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	align-items: center;
	align-content: center;
	align-self: center;
	align-tracks: center;
}

#turn,
#error,
#count {
	margin: 0px;
	padding: 0px;	
	margin-bottom: 7px;
}

#count {
	font-size: 25px;
	border-width: 0px;
}

#countD {
	padding-right: 6px;
	padding-left: 6px;
	background-color: #111111;
}

#turn {
	display: contents;
	text-align: center;
}

#turnC {
	font-family: Arial;
	font-weight: bold;
}

#error {
	padding: 5px;
	margin: 5px;
	display: block;
	width: fit-content;
	margin: auto;
	visibility: hidden;
	box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.5);
}

#ver {
	font-size: 3vh;
}

#glow1,
#glow2 {	
	position:fixed;
	right:0;
	transform: translatex(50%);
	opacity:0.1;
	z-index: 0;
	pointer-events: none;
}

#glow1 {
	margin-right: 100%;
}

#glow2 {
	margin-left: 100%;
}

#settings, 
#setings {
	visibility: hidden;
	background: #060606;
	border: none;
	outline: none;

	padding: 0px;
	translate: 10px 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	float: bottom;

	margin-bottom: 10px;
	margin-right: 10px;
	width: 100px;
	height: 100px;

	border-radius: 45px;
}
#resetCountB {
	font-size: large;
	outline: none;
	border-radius: 60px;
	margin: 2px;
	margin-top: 5px;
	width: fit-content;
	border: solid;
	border-color: #333333;
	background-color: #111111;
	display:inline;
    text-align:center;
}
#settings:hover,
#settings:active,
#resetCountB:hover,
#resetCountB:active {
	box-shadow: 0px 0px 5px 3px #1B7CED;
}
#settings:active,
#resetCountB:active {
	scale: 0.9;
}

#settImg,
#setImg {
	width: 100px;
	height: 100px;
	border-radius: 45px;
}

#black {
	position: fixed;
	bottom: 0;
	left: 0;
	float: bottom;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0.5;
}

#settingsM {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	align-items: center;
	align-content: center;
	align-self: center;
	align-tracks: center;
	width: 40vw;
	height: 70vh;
	background-color: #060606;
	border-radius: 30px;
	opacity: 1;
	box-shadow: 5px 5px 10px 5px rgba(27, 124, 237, 0.7),
	            -10px -10px 10px -5px rgba(255, 14, 54, 0.8);
}

#menu1 {
	visibility: hidden;
}
